ChangeLog in bindata-0.6.0 vs ChangeLog in bindata-0.7.0
- old
+ new
@@ -1,6 +1,13 @@
= BinData Changelog
+== Version 0.7.0 (2007-08-26)
+
+* Arrays now support terminating conditions as well as fixed length reads.
+* Updated specs to new rspec syntax (0.9).
+* Added scoped resolution of variables in lambdas.
+* Added ability to append elements to arrays.
+
== Version 0.6.0 (2007-03-28)
* Added 64 bit integers.
* Added floating point numbers.
* Added endian keyword to Struct to reduce the amount of typing needed.