Tweaked Stream#serialize to be more GC-friendly.
[ruby-eet.git] / ChangeLog
index 0bde4f367c209a63ebb645ba4b88f8d86f8c735f..153a5ec9cd53c612ac1b907ddb3412129e31ccd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
 --
-$Id: ChangeLog 61 2005-06-09 17:33:48Z tilman $
+$Id: ChangeLog 64 2005-06-27 19:22:58Z tilman $
 ++
 
+2005-06-27 Tilman Sauerbeck (tilman at code-monkey de)
+        * ext/ext.c: Tweaked Stream#serialize to be more GC-friendly
+
 2005-06-09 Tilman Sauerbeck (tilman at code-monkey de)
         * ext/ext.c: Object#to_eet: Don't put the final chunk in a stream
           again, it's not needed
+        * ext/ext.c, test/test_stream.rb: If Stream#serialize is called on
+          a stream that includes non-Chunk elements, BadElementError is
+          raised
+        * ext/ext.c: Tweaked for_each_prop; use rb_ary_push() to add
+          chunks to the stream instead of calling Stream#push
 
 2005-06-08 Tilman Sauerbeck (tilman at code-monkey de)
         * ext/ext.c, lib/eet.rb, test/test_basic.rb: