CHANGELOG.md in redis_scanner-0.1.2 vs CHANGELOG.md in redis_scanner-0.1.3
- old
+ new
@@ -1,13 +1,20 @@
+## 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.
+ * Support limit, format and detail options.
+ * Refactor codes.Add more auto test cases.
+
## v0.1.2
- * Support date pattern
- * Add auto test cases
+ * Support date pattern.
+ * Add auto test cases.
## v0.1.1
- * Add redis_scanner to executable file
+ * Add redis_scanner to executable file.
## v0.1.0
* The first release.