changelog updates from release branch
give hledger-lib a changelog, update changelogs (cherry picked from commit a67cee4e5f9e3dc09be86e7bc0e8fd77168a5070) Conflicts: hledger/CHANGES update changelogs (cherry picked from commit ef053a42523ff2d57921837896b9ccc0a260cc27) web: changelog (cherry picked from commit 105c1d01429680a4e8a11a8c4be06f4ceca4329e) web: changelog (cherry picked from commit 3d42c123be7dd51be6586549f1f057052cc6fff9)
This commit is contained in:
parent
a9c83f0ce1
commit
f94d784f48
7
hledger-lib/CHANGES
Normal file
7
hledger-lib/CHANGES
Normal file
@ -0,0 +1,7 @@
|
||||
0.22.2 (2014/4/16)
|
||||
|
||||
- display years before 1000 with four digits, not three
|
||||
- avoid pretty-show to build with GHC < 7.4
|
||||
- allow text 1.1, drop data-pprint to build with GHC 7.8.x
|
||||
|
||||
0.22.1 (2014/1/6) and older: see http://hledger.org/release-notes or doc/CHANGES.md.
|
||||
@ -23,7 +23,9 @@ build-type: Simple
|
||||
-- data-dir: data
|
||||
-- data-files:
|
||||
-- extra-tmp-files:
|
||||
extra-source-files: tests/suite.hs
|
||||
extra-source-files:
|
||||
tests/suite.hs
|
||||
CHANGES
|
||||
-- README
|
||||
-- sample.ledger
|
||||
-- sample.timelog
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
0.22.7 (2014/4/17)
|
||||
|
||||
- add Peter Simons' patch fixing Data.Conduit.Network HostIPv4 error (#171)
|
||||
|
||||
0.22.6 (2014/4/16)
|
||||
|
||||
- depend on hledger[-lib] 0.22.2
|
||||
|
||||
0.22.5 (2014/4/15)
|
||||
|
||||
- allow http-client 0.3.*, fixing cabal install again with GHC <= 7.6 (not yet 7.8)
|
||||
|
||||
@ -56,6 +56,11 @@ Miscellaneous:
|
||||
- extra/hledger-rewrite.hs, adds postings to matched entries.
|
||||
|
||||
|
||||
0.22.1 (2014/1/6) and older
|
||||
0.22.2 (2014/4/16)
|
||||
|
||||
See http://hledger.org/release-notes or doc/RELNOTES.md.
|
||||
- display years before 1000 with four digits, not three
|
||||
- avoid pretty-show to build with GHC < 7.4
|
||||
- allow text 1.1, drop data-pprint to build with GHC 7.8.x
|
||||
|
||||
|
||||
0.22.1 (2014/1/6) and older: see http://hledger.org/release-notes or doc/CHANGES.md.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user