CHANGELOG.rdoc in rcap-1.0.0.rc.5 vs CHANGELOG.rdoc in rcap-1.0.0
- old
+ new
@@ -1,12 +1,15 @@
= Change Log
-== 1.0 - 27th March 2011
+== 1.0.0 - 6 April 2011
* Added CAP 1.2 Support
* Added namespaces (RCAP::CAP_1_1 and RCAP::CAP_1_2) to seperate CAP 1.1 and CAP 1.2 classes
+* Moved to RSpec2 and Bundler
+* Added factory methods to create Info, Resource, Area and Polygon objects from their parents
* Added factory methods to RCAP::Alert module to parse in files and return the correct RCAP objects
+* Pretty print XML and JSON output
== 0.4 - 6th March 2011
* Implemented Hash generation and parsing
* Implemented JSON generation and parsing
@@ -22,6 +25,6 @@
* Implemented YAML generation and parsing
* Documentation improvements
== 0.1 - 5th November 2009
-* Initial release
+* Initial release