[commit: packages/directory] master: Update changelog about the recent makeAbsolute fix (b498be7)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 09:51:54 UTC 2015


Repository : ssh://git@git.haskell.org/directory

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b498be7bb190d460d8aea1e87f7055b3349e6fe6/directory

>---------------------------------------------------------------

commit b498be7bb190d460d8aea1e87f7055b3349e6fe6
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Fri Jun 5 13:26:28 2015 -0400

    Update changelog about the recent makeAbsolute fix
    
    See: 5da8cbcf978a8f63b3fc58c7a8825a3469bc2a17


>---------------------------------------------------------------

b498be7bb190d460d8aea1e87f7055b3349e6fe6
 changelog.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/changelog.md b/changelog.md
index fd4bb4f..1b455c4 100644
--- a/changelog.md
+++ b/changelog.md
@@ -16,6 +16,9 @@ Changelog for the [`directory`][1] package
     current directory cannot be obtained
     ([#23](https://github.com/haskell/directory/issues/23))
 
+  * Corrected the trailing slash behavior of `makeAbsolute`
+    so that `makeAbsolute "" == makeAbsolute "."`
+
   * Deprecate use of `HsDirectory.h` and `HsDirectoryConfig.h`
 
 ## 1.2.2.1 (Apr 2015)



More information about the ghc-commits mailing list