summaryrefslogtreecommitdiffstats
path: root/vendor/riimu/kit-pathjoin/CHANGES.md
blob: 013618ad11e297f367688b63fa9fabedc34c501b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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