[commit: packages/pretty] large_docs, master, moretests: Remove incorrect 'version 4' entry from changelog (95bbc32)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:49:15 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,master,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/95bbc328d2ad46cf36260d97121288100c1b9798
>---------------------------------------------------------------
commit 95bbc328d2ad46cf36260d97121288100c1b9798
Author: David Terei <code at davidterei.com>
Date: Mon Dec 22 00:11:09 2014 -0800
Remove incorrect 'version 4' entry from changelog
Version 4 was an experiment that isn't present in pretty at this time.
>---------------------------------------------------------------
95bbc328d2ad46cf36260d97121288100c1b9798
CHANGELOG.md | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c41c2e1..2195744 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,19 +14,6 @@
* Update pretty cabal file and readme.
* Fix tests to work with latest quickcheck.
-## Version 4.0, 24 August 2011
-
-* Big change to the structure of the library. Now we don't have a fixed
- TextDetails data type for storing the various String types that we
- support. Instead we have changed that to be a type class that just
- provides a way to convert String and Chars to an arbitary type. This
- arbitary type is now provided by the user of the library so that they
- can implement support very easily for any String type they want.
-
- This new code lives in Text.PrettyPrint.Core and the Text.PrettyPrint
- module uses it to implement the old API. The Text.PrettyPrint.HughesPJ
- module has been left unchanged for a compatability module but deprecated.
-
## Version 3.0, 28 May 1987
* Cured massive performance bug. If you write:
More information about the ghc-commits
mailing list