report fixing issue 1
diff --git a/announcement.msg b/announcement.msg
index a0a2a7d..6cec678 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -10,12 +10,12 @@
 

     http://code.google.com/p/snakeyaml/

 

-This release delivers ??? as well as minor changes

-and bug fixes.

+This release delivers ??? as well as minor changes and bug fixes.

 

 Changes

 =======

  * ???

+ * recursive objects are fully supported

  * further improve test coverage

  * minor bug fixes when constructing JavaBeans

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 878956d..60b4a74 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,6 +7,9 @@
 	</properties>

 	<body>

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

+            <action dev="py4fun" type="fix" issue="1" due-to="alexander.maslov">

+                Fix: Recursive objects are now fully supported (2009-07-09)

+            </action>

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

                 Add support for BigDecimal as a JavaBean property (2009-07-07)

             </action>

@@ -40,7 +43,7 @@
                 Fix ticket 40 in Assembla: getting an error when javabean contains java.sql.Timestamp fields (2009-05-25)

             </action>

         </release>

-            <release version="1.2" date="2009-04-27" description="expose low-level API">

+        <release version="1.2" date="2009-04-27" description="expose low-level API">

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

                 Add 'Yaml.parse()' method which return Events to support low level YAML processing (2009-04-20)

             </action>