[svn] moved some of the documentation into docstrings

--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index 435d009..77aee3f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,7 +15,7 @@
 
 - improved security system regarding function calls.
 
-- added `lipsum` function
+- added `lipsum` function to generate random text.
 
 - strings without unicode characters are processed as binary strings now
   to workaround problems with `datetime.strftime` which only accepts
@@ -25,6 +25,12 @@
 
 - silent variable name failure is now toggleable
 
+- fixed issue with old-style classes not implementing `__getitem__`
+  (thanks to Axel Böhm for discovering that bug)
+
+- added a bunch of new docstrings to the Jinja classes. Makes fun now to
+  use pydoc :-)
+
 
 Version 1.0
 -----------