]> Git — Sourcephile - haskell/symantic-document.git/commitdiff
doc: update `ChangeLog.md` main
authorJulien Moutinho <julm@sourcephile.fr>
Tue, 2 Nov 2021 05:34:09 +0000 (06:34 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Tue, 2 Nov 2021 05:34:09 +0000 (06:34 +0100)
ChangeLog.md

index 648b88eea0bd43f7605d35a941c95fa3e8cd2271..d85d4048ee89c1a867656a0f7fc3a7d203d1860d 100644 (file)
@@ -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