add a test to construct JavaBeans with no properties specified in the YAML document
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 43cc148..36044b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,6 +7,10 @@
 	</properties>

 	<body>

 	     <release version="1.4-SNAPSHOT" date="in Mercurial" description="development">

+            <action dev="py4fun" type="add">

+                Add ConstructEmptyBeanTest to test JavaBean construction with no 

+                properties in the YAML document(2009-07-22)

+            </action>

             <action dev="py4fun" type="remove">

                 Refactor: redesign tag management for JavaBeans in Representer. 

                 Drop dynamic root tag concept (2009-07-22)