[commit: packages/directory] improve-tests, improve-tests-for-real, master, tmp: Fix changelog (21e8bed)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:13 UTC 2015


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

On branches: improve-tests,improve-tests-for-real,master,tmp
Link       : http://ghc.haskell.org/trac/ghc/changeset/21e8bed9a0b6ed60e37c6174a936db68165453e5/directory

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

commit 21e8bed9a0b6ed60e37c6174a936db68165453e5
Author: Michael Snoyman <michael at snoyman.com>
Date:   Tue Feb 17 15:49:24 2015 +0200

    Fix changelog
    
    Why is 1.2.2.0 implied to be released already?


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

21e8bed9a0b6ed60e37c6174a936db68165453e5
 changelog.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/changelog.md b/changelog.md
index 7800551..ed06b47 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,5 @@
 # Changelog for [`directory` package](http://hackage.haskell.org/package/directory)
 
-## Unreleased
-
-  * Avoid stack overflow in `getDirectoryContents` [#17](https://github.com/haskell/directory/pull/17)
-
 ## 1.2.2.0  *Jan 2014*
 
   * Bundled with GHC 7.10.1
@@ -14,6 +10,8 @@
 
   * Replace `throw` by better defined `throwIO`s
 
+  * Avoid stack overflow in `getDirectoryContents` [#17](https://github.com/haskell/directory/pull/17)
+
 ## 1.2.1.0  *Mar 2014*
 
   * Bundled with GHC 7.8.1



More information about the ghc-commits mailing list