CHANGELOG.rdoc in rcap-1.2.0 vs CHANGELOG.rdoc in rcap-1.2.1
- old
+ new
@@ -1,6 +1,14 @@
= Change Log
+== 1.2.1 - 27 October 2011
+
+* Fixed bug initialising 'audience' attribute in Info class
+* Added CAP/Atom files from Google CAP Library project into specs
+* Organised extension code into separate file
+* Modifed RCAP::Alert.from_xml to auto-detect the XML namespace and CAP version. Will default to CAP 1.2 if no
+namespace is found.
+
== 1.2.0 - 17 July 2011
* CAP 1.1 and CAP 1.2 - Resource#dereference_uri! fetches data from Resource#uri and sets Resource#deref_uri
* Resource#deref_uri= will also automatically set size and calculate SHA1 digest
* Resources correctly deal with size on import and export