CHANGELOG.md in redis_scanner-0.1.4 vs CHANGELOG.md in redis_scanner-0.1.5
- old
+ new
@@ -1,4 +1,12 @@
+## v0.1.5
+ * Resolve invalid byte sequence key.
+ * Add travis CI support.
+ * Add MIT LICENSE.
+
+## v0.1.4
+ * Display key and type in one line.
+
## v0.1.3
* Provide key's detail information which includes type and size.
* Provide table format output. And you can use simpe output also.
* Add progress bar.