[commit: packages/directory] bgamari-patch-1, master: changelog.md: highlight important changes (0fbffe7)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:00 UTC 2017


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

On branches: bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0fbffe7fde6297f14c54ca20f5e3a3376e92231f/directory

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

commit 0fbffe7fde6297f14c54ca20f5e3a3376e92231f
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Wed Dec 21 02:24:16 2016 -0500

    changelog.md: highlight important changes


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

0fbffe7fde6297f14c54ca20f5e3a3376e92231f
 README.md    | 1 +
 changelog.md | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d56fb37..49803e1 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
 [![Windows build status][wi]][wl]
 
 Documentation can be found on [Hackage][hl].
+Changes between versions are recorded in the [change log](changelog.md).
 
 Building from Git repository
 ----------------------------
diff --git a/changelog.md b/changelog.md
index 296551b..22f93a5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,11 +3,12 @@ Changelog for the [`directory`][1] package
 
 ## 1.3.0.0 (December 2016)
 
-  * Drop trailing slashes in `canonicalizePath`
+  * **[breaking]** Drop trailing slashes in `canonicalizePath`
     ([#63](https://github.com/haskell/directory/issues/63))
 
-  * Rename `isSymbolicLink` to `pathIsSymbolicLink`.  The old name will remain
-    available but may be removed in the next major release.
+  * **[deprecation]** Rename `isSymbolicLink` to `pathIsSymbolicLink`.  The
+    old name will remain available but may be removed in the next major
+    release.
     ([#52](https://github.com/haskell/directory/issues/52))
 
   * Changed `canonicalizePath` to dereference symbolic links even if it points



More information about the ghc-commits mailing list