Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Jul 14, 2015
1 parent 597502d commit 961f218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

* 2.1.0 (2015-07-14)

* `Path::canonicalize()` now turns `~` into the user's home directory on
Unix and Windows 8 or later.

* 2.0.0 (2015-05-21)

* added support for streams, e.g. "phar://C:/path/to/file"
Expand Down
1 change: 1 addition & 0 deletions src/Path.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class Path
*
* @since 1.0 Added method.
* @since 2.0 Method now fails if $path is not a string.
* @since 2.1 Added support for `~`.
*/
public static function canonicalize($path)
{
Expand Down

0 comments on commit 961f218

Please sign in to comment.