History.txt in flexmls_api-0.6.5 vs History.txt in flexmls_api-0.7.0
- old
+ new
@@ -1,5 +1,16 @@
+== v0.7.0 2011-10-03
+* Major changes to results object returned from the client (and models). Results are no longer allowed to be nil, and Array is decorated with non result response information.
+* Finished listing photo uploads
+* ListPrice save operation for listings
+* Listing contraints processing
+== v0.6.7 2011-09-02
+* YAML key management
+== v0.6.6 2011-08-30
+* Added methods for returning street, region, and full address for a listing
+== v0.6.5 2011-08-02
+* Fixed some recursive gemspec issues from jewler by removing jeweler and going with some of our own custom rake tasks.
== v0.6.4 2011-08-02
* added public method for the listing carts service specified
* added spec for portal listing cart method
== v0.6.3 2011-08-02
* Fix gemspec error on CLI launch (bundler)
@@ -119,6 +130,6 @@
* Major overhaul on the models for code reuse
* added Photo.find_by_listing_key
== v0.1.1 2010-12-23
* IDX link and market stat models.
== v0.1.0 2010-12-13
-* Initial usable release with request interface and models
\ No newline at end of file
+* Initial usable release with request interface and models