From c251eba52b2fd3aaee7ef25c6ebdb589ca9985d4 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 2 Nov 2021 06:34:09 +0100 Subject: [PATCH] doc: update `ChangeLog.md` --- ChangeLog.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 648b88e..d85d404 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,77 @@ +## symantic-formatter-2.0.0.20211020 (2021-10-28) + +### Hlint + +* Fix HLint.hs location. + +### Make + +* Update Makefile. + +### Cabal + +* Bump version. +* Bump version. + +### Interface + +* Change to a typed representation. +* Rename Symantic.{Document => Formatter}. +* Rename `Symantic.Document.{Lang => Class}`. +* Update release `version`. + +### Api + +* Add custom indenting text. +* Rename length to width. + +### Copyright + +* Comply with REUSE-3.0. + +### Plain + +* Fix ANSI escaping with custom indenting. +* Fix breakalt and newline. +* Fix explicit newline to not justify. +* Fix flushing in align and ul/ol. +* Fix justify in align. + +### Test + +* Add a big justify. + +### Documentation + +* Rename `{hut => code}.sourcephile.fr`. +* Update `ChangeLog.md`. + +### Implementation + +* Add `symantic-base` dependency. +* Cleanup indent and comments. +* Cleanup. +* Cleanup tabs. +* Cleanup. +* Fix missing newline and space recognition in `Char` instances. + +### Tests + +* Move some units to goldens. + +### Build + +* Add `git-chglog`. +* Cleanup license. +* Fix Nix package. +* Fix target `upload`. +* Ignore more artifacts. +* Lock a public Nixpkgs. +* Remove flake-utils nix input. +* Update flake inputs. + + ## symantic-document-1.6.0.20211008 (2021-10-08) ### Interface -- 2.42.0