ghc-doclayout/ghc-doclayout.changes

28 lines
1.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Oct 31 15:57:53 UTC 2019 - psimons@suse.com
- Update doclayout to version 0.2.0.1.
## 0.2.0.1
* Made `realLength` smarter about combining characters.
If a string starts with a combining character, that character
takes up a width of 1; if the combining character occurs after
another character, it takes 0. See jgm/pandoc#5863.
* Improve `isBlank`, re-use in rendering code `for BreakingSpace`.
* Fixed incorrect `Text` width in renderig blocks.
-------------------------------------------------------------------
Thu Oct 24 02:03:12 UTC 2019 - psimons@suse.com
- Update doclayout to version 0.2.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/doclayout-0.2/src/changelog.md
-------------------------------------------------------------------
Wed Aug 28 17:31:10 UTC 2019 - psimons@suse.com
- Add doclayout at version 0.1.