CHANGELOG in unix_utils-0.0.13 vs CHANGELOG in unix_utils-0.0.14
- old
+ new
@@ -1,4 +1,11 @@
+0.0.14 / 2012-07-06
+
+* Breaking changes
+
+ * UnixUtils.du_sk -> UnixUtils.du (but it's still `du -sk`)
+ * Heuristic for detecting attempts to curl a local file changed - now it looks for absence of '://'
+
0.0.13 / 2012-05-16
* Bug fixes
* `which -s` didn't work on all platforms