CHANGELOG.rdoc in ruby_odata-0.0.8 vs CHANGELOG.rdoc in ruby_odata-0.0.9
- old
+ new
@@ -37,10 +37,21 @@
* Support for Edm.Decimal
* Support for Edm.DateTime
=== 0.0.8
* New Features
- * Basic HTTP Authentication (thanks J.D. Mullin)\
+ * Basic HTTP Authentication (thanks J.D. Mullin)
* Modified cucumber tests to setup the test database so you no longer need to copy them yourself
+ * Support for nullable elements returned from the Data Service (m:null ="true")
* Bug Fixes
* ActiveSupport 2.3.x (tested 2.3.11) and 3.0.x (tested 3.0.4) are now supported
* Works with Ruby 1.9.2
+
+=== 0.0.9
+* New Features
+ * Support for self-signed SSL certificates (thanks J.D. Mullin)
+ * Refactored building classes/collections to only make one call to the service
+ * Added support for a WCF service with lowercase entities (reported by Klaus Rohe)
+* Bug Fixes
+ * Fixed issue with passing a service URL with a trailing slash
+* Other
+ * Cleaned up testing by adding a default task to the Rakefile that runs RSpec and Cucumber
\ No newline at end of file