Index: /trunk/ChangeLog
===================================================================
--- /trunk/ChangeLog	(revision 850)
+++ /trunk/ChangeLog	(revision 871)
@@ -1,3 +1,3 @@
-2.0.0 2012-?-?
+2.0.0 2012-04-?
 Ini Settings Changes
 ========
@@ -6,5 +6,7 @@
 ChangeLog
 ========
- * PHP_6: initial catch up with php 6 literals and trait
+ * support for PHP_5_4
+ * reduce memory usage by caching 1 for multiple same content files
+ * correct __FILE__ __DIR__ supported for hardlinked files
  * fixed #102: segv when var cacher is too small
  * fixed #55: segv php tokenizer on certain special situation
Index: /trunk/NEWS
===================================================================
--- /trunk/NEWS	(revision 828)
+++ /trunk/NEWS	(revision 871)
@@ -1,4 +1,6 @@
-2.0.0 2012-?-?
- * Cache 1 copy for all files with same content
+2.0.0 2012-04-?
+ * support for PHP_5_4
+ * reduce memory usage by caching 1 for multiple same content files
+ * correct __FILE__ __DIR__ supported for hardlinked files
 
 1.3.2 2012-?-?
