History.txt in contextify-0.1.2 vs History.txt in contextify-0.1.3
- old
+ new
@@ -1,4 +1,15 @@
+=== 0.1.3 / 2009-09-21
+
+* Require Hoe >= 2.3.3.
+* Require YARD >= 0.2.3.5.
+* Require RSpec >= 1.2.8.
+* Use 'hoe/signing' for signed RubyGems.
+* Moved to YARD based documentation.
+* Added YARD handlers for documenting contextify method calls.
+* Allow self.load_context to load objects that inherit from the contextified class.
+* All specs pass on JRuby 1.3.1.
+
=== 0.1.2 / 2009-02-06
* Added self.load_context_block to Contextify.
* Added specs for Contextify.load_block and self.load_context_block.