History.txt in pickle-0.4.3 vs History.txt in pickle-0.4.4
- old
+ new
@@ -1,4 +1,15 @@
+== 0.4.4
+large object space fix, and allow escaped quotes as string values
+
+* 1 bugfix
+ * When using super-huge GC limits (for speeding up tests), occasionally we'll see abandoned Mongoid::Document classes appear in the ObjectSpace.
+ This patch should fix that. [Devin Walters and Nick Karpenske]
+
+* 1 improvement
+ * allow escaped quotes (\") in quoted fields [Jonathan Hinkle]
+
+
== 0.4.3
ruby 1.9.2 compatibility fix
* 1 bugfix
* Fix can't change hash during iteration error for ruby 1.9.2 [Ian White] [#33]
\ No newline at end of file