summaryrefslogtreecommitdiffstats
path: root/vendor/riimu/kit-pathjoin/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/riimu/kit-pathjoin/CHANGES.md')
-rw-r--r--vendor/riimu/kit-pathjoin/CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/riimu/kit-pathjoin/CHANGES.md b/vendor/riimu/kit-pathjoin/CHANGES.md
new file mode 100644
index 000000000..013618ad1
--- /dev/null
+++ b/vendor/riimu/kit-pathjoin/CHANGES.md
@@ -0,0 +1,15 @@
+# Changelog #
+
+## v1.1.1 (2015-08-09) ##
+
+ * Maintenance release that simply addresses some coding standards issues
+
+## v1.1.0 (2015-03-25) ##
+
+ * Added `Path::normalize()` method for normalizing a single path.
+ * The `Path::join()` method now correctly returns '.' instead of an empty
+ path, similar to the `dirname()` function.
+
+## v1.0.1 (2015-01-24) ##
+
+ * Improvements in code quality and documentation