;doc: ui, web: changelogs tweak

This commit is contained in:
Simon Michael 2021-08-24 05:31:27 -10:00
parent bffeab45c8
commit 093c304834
2 changed files with 15 additions and 11 deletions

View File

@ -13,14 +13,16 @@ See also the hledger changelog.
Improvements
- Clarify version string code:
- Require base >=4.11, prevent red squares on Hackage's build matrix.
API changes
- Renamed:
```
version -> packageversion
versiondescription -> versionStringFor
```
- Require base >=4.11, prevent red squares on Hackage's build matrix.
# 1.22.2 2021-08-07
- Use hledger 1.22.2.

View File

@ -13,15 +13,9 @@ See also the hledger changelog.
Improvements
- Clarify version string code:
```
version -> packageversion
versiondescription -> versionStringFor
```
- Drop the obsolete hidden `--binary-filename` flag.
- Drop the hidden `--binary-filename` flag, which is no longer used.
- Require base >=4.11, prevent red squares on Hackage's build matrix.
- Require base >=4.11, preventing red squares on Hackage's build matrix.
Fixes
@ -32,6 +26,14 @@ Fixes
Thanks to Gaspard Baye and Hamidullah Muslih for reporting this vulnerability.
(#1525, Arsen Arsenović)
API changes
- Renamed:
```
version -> packageversion
versiondescription -> versionStringFor
```
# 1.22.2 2021-08-07
- Use hledger 1.22.2.