Clear the stream after serializing it in Object#to_eet.
[ruby-eet.git] / ChangeLog
index aa269dc9a7d7309b1efcf1e96f8deed20c2d43da..138496fb5b8d667c6ba3c9b91fec097d46640a34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 --
-$Id: ChangeLog 68 2005-06-29 16:50:47Z tilman $
+$Id: ChangeLog 69 2005-07-08 22:35:08Z tilman $
 ++
 
+2005-07-09 Tilman Sauerbeck (tilman at code-monkey de)
+        * ext/ext.c: Object#to_eet: clear the stream after serializing it,
+          which slightly increases performance
+
 2005-06-29 Tilman Sauerbeck (tilman at code-monkey de)
         * ext/ext.c: Store the result of rb_intern("pack") in a
           global variable