Changelog.md in nightcrawler_swift-0.7.0 vs Changelog.md in nightcrawler_swift-0.8.0
- old
+ new
@@ -1,6 +1,11 @@
# Changelog
+## 0.8.0
+
+ - Added support for ssl_version configuration
+ - Command for object metadata. Available for cli (closes #16, #17)
+
## 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