summaryrefslogtreecommitdiffstats
path: root/vendor/riimu/kit-pathjoin/CHANGES.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:52:32 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-15 13:57:23 +0200
commit94575cc761c016b68135b398445d554bc984b1d5 (patch)
tree35f2decbb4cfed12e65f420228e5e1e150f36068 /vendor/riimu/kit-pathjoin/CHANGES.md
parent44733bc8b4f5f1a6fb26dea01b9d33c7b0321d67 (diff)
swap out unlicensed lib
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