Fixed bad link to project homepage.
[ruby-eet.git] / ChangeLog
index bd36e6980ecd3b68137e33a2d9ded6ad29acddac..0cf4671fc66385981f2a62fe3aee597329fec834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,18 @@
 --
-$Id: ChangeLog 71 2005-07-16 12:28:17Z tilman $
+$Id: ChangeLog 73 2005-08-25 20:36:00Z tilman $
 ++
 
+2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
+        * README: Fixed bad link to project homepage
+
 2005-07-16 Tilman Sauerbeck (tilman at code-monkey de)
         * ext/ext.c, test/test_stream.rb: Don't raise BadElementError if
           Stream#serialize is called on a stream that includes non-Chunk
           elements
+        * ext/ext.c, test/test_{chunk,stream}.rb: Internal API update.
+          Instead of using Chunk#serialize and Stream#serialize, rename
+          Chunk#serialize to Chunk#to_s and just use Stream#to_s to
+          serialize the streams
 
 2005-07-15 Tilman Sauerbeck (tilman at code-monkey de)
         * ext/ext.c: Code cleanup