Document changes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jcs/trunk@1780475 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 98fb7b6..f969d6a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,6 +20,14 @@
 	</properties>
 	<body>
         <release version="2.1" date="unreleased">
+            <action dev="tv" type="fix">
+                SoftReference cache did not work because of strong references being 
+                stored in payload of DoubleLinkedListNode
+            </action>
+            <action issue="JCS-172" dev="tv" type="fix" due-to="Tom Schroeder">
+                ElementAttributes.clone() not updating createTime causes cache elements
+                to expire immediately 
+            </action>
             <action issue="JCS-171" dev="tv" type="fix" due-to="Wiktor Niesiobedzki">
                 Multiple CacheEventQueue.QProcessor spawned for the same cache region 
             </action>