Changelog.md in nightcrawler_swift-0.6.0 vs Changelog.md in nightcrawler_swift-0.7.0
- old
+ new
@@ -1,6 +1,13 @@
# Changelog
+## 0.7.0
+
+ - CLI now supports ```--no-cache``` which ignores the cached connection and removes the cache file if it exists (issue #12)
+ - Bugfix: invalidate nswift_cache when the connection fail (issue #27)
+ - Bugfix: OpenStruct in Ruby 1.9.x doesn't have the method [], using 'send' instead
+ - Bugfix: OpenStruct and nil doesn't have the method to_h in Ruby 1.9.x
+
## 0.6.0
- Upload command allows a custom max-age (issue #23)
- List command allows the following parameters: ```limit```, ```marker```, ```end_marker```, ```prefix```, ```format```, ```delimiter``` and ```path``` (issue #22)
- Download command uses the internal_url by default (issue #25)