[commit: packages/text] master: Add unsnoc to changelog (13eaa08)

git at git.haskell.org git at git.haskell.org
Tue Aug 8 15:23:13 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/text.git/commitdiff/13eaa0813d5b65604b1c6c2b3d998454f053f8f0

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

commit 13eaa0813d5b65604b1c6c2b3d998454f053f8f0
Author: Bryan O'Sullivan <bos at serpentine.com>
Date:   Tue Jun 27 01:24:19 2017 +0100

    Add unsnoc to changelog


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

13eaa0813d5b65604b1c6c2b3d998454f053f8f0
 changelog.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/changelog.md b/changelog.md
index beca28f..28cdd7e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
 1.2.3.0
 
+* `unsnoc` implemented
+
 * Bug fix: the lazy `takeWhileEnd` function violated the
   [lazy text invariant](https://github.com/bos/text/blob/1.2.3.0/Data/Text/Internal/Lazy.hs#L51).
 



More information about the ghc-commits mailing list