summaryrefslogtreecommitdiffstats
path: root/vendor/riimu/kit-pathjoin/CHANGES.md
blob: 39a9a689e0e7bead7fb848a40a823e34a43ff372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Changelog #

## v1.1.2 (2015-08-22) ##

  * Slightly reworked how the paths are built

## 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