History.txt in marshal-structure-1.1.1 vs History.txt in marshal-structure-2.0
- old
+ new
@@ -1,4 +1,19 @@
+=== 2.0 / 2012-05-16
+
+* API Change
+ * Split #construct into a Tokenizer and Parser. The Structure class is now
+ mostly empty.
+
+* Enhancements
+ * Added a Tokenizer allows examination of a stream without the creation of
+ excessive objects.
+ * Added a Parser which can be used as a model for further examination of
+ Marshal streams.
+ * Added an ObjectCounter which counts the number of allocations that will be
+ made when loading the stream.
+ * Added Marshal::Structure#load which loads the object using Marshal.
+
=== 1.1.1 / 2011-10-06
* Bug fix
* Really add bin/marshal_structure