doc: relnotes: make minor release headings smaller

This commit is contained in:
Simon Michael 2014-12-03 15:04:34 -08:00
parent 43a17d1bb8
commit 740d1c1092

View File

@ -37,19 +37,23 @@ Based on the
[hledger-lib](http://hackage.haskell.org/package/hledger-lib/changelog)
change logs.
## 2014/9/12 hledger-web 0.23.3
<style>
h4 { margin-top:2em; }
</style>
#### 2014/9/12 hledger-web 0.23.3
- remove warp, wai-handler-launch upper bounds (fixes #205)
## 2014/9/12 hledger 0.23.3
#### 2014/9/12 hledger 0.23.3
- allow text 1.2+ (fixes #207)
## 2014/5/8 hledger 0.23.2
#### 2014/5/8 hledger 0.23.2
- register: also fix date sorting of postings (#184)
## 2014/5/7 hledger 0.23.1
#### 2014/5/7 hledger 0.23.1
- register: fix a refactoring-related regression that the tests
missed: if transactions were not ordered by date in the journal,
@ -163,39 +167,39 @@ Changes since 0.22.8:
so may be a little quicker/less memory-hungry to install.
## 2014/4/29 hledger-web 0.22.8
#### 2014/4/29 hledger-web 0.22.8
- allow shakespeare 2.* (#179)
## 2014/4/17 hledger-web 0.22.7
#### 2014/4/17 hledger-web 0.22.7
- add Peter Simons' patch fixing Data.Conduit.Network HostIPv4 error (#171)
## 2014/4/16 hledger-web 0.22.6
#### 2014/4/16 hledger-web 0.22.6
- depend on hledger[-lib] 0.22.2
## 2014/4/16 hledger 0.22.2
#### 2014/4/16 hledger 0.22.2
- 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
## 2014/4/15 hledger-web 0.22.5
#### 2014/4/15 hledger-web 0.22.5
- allow http-client 0.3.*, fixing cabal install again with GHC <= 7.6 (not yet 7.8)
- use pretty-show only with GHC 7.4+, fixing GHC 7.2 (fixes #155)
- allow warp 2.1, fixing cabal install
## 2014/2/10 hledger-web 0.22.4
#### 2014/2/10 hledger-web 0.22.4
* web: include the right unminified version of jquery.url.js (1.1) to avoid js breakage
## 2014/2/10 hledger-web 0.22.3
#### 2014/2/10 hledger-web 0.22.3
* web: fix version number reported by --version
## 2014/2/10 hledger-web 0.22.2
#### 2014/2/10 hledger-web 0.22.2
New:
@ -208,7 +212,7 @@ Improved:
* web: allow blaze-html 0.7 (closes #159)
## 2014/1/6 hledger 0.22.1
#### 2014/1/6 hledger 0.22.1
- require the latest pretty-show so hledger installation no longer
needs an upgraded version of happy, and the docs build on hackage
@ -277,21 +281,21 @@ Improved:
Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wiegley! :)
## 2013/7/10 hledger-web 0.21.3
#### 2013/7/10 hledger-web 0.21.3
- drop yesod-platform dependency, it is not worthwhile. The other
yesod dependencies are currently without version ranges, so cabal
install might require --constraint to restrict them in some cases.
## 2013/6/23 hledger 0.21.3
#### 2013/6/23 hledger 0.21.3
- csv: fix wrong application of multiple assignments in a conditional block
## 2013/6/4 hledger 0.21.2
#### 2013/6/4 hledger 0.21.2
- web: fix a build failure
## 2013/6/3 hledger 0.21.1
#### 2013/6/3 hledger 0.21.1
- web: show proper Y-values in register chart (fixes #122)
- web: avoid trailing commas in register chart values, in case of trouble with IE
@ -319,7 +323,7 @@ Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wi
- add basic cabal test suites for hledger-lib and hledger
## 2013/5/4 hledger 0.20.0.1
#### 2013/5/4 hledger 0.20.0.1
* web: require at least version 1.1.7 of yesod-core to avoid a potential build error
* Update the bug tracker and source repository links on hackage
@ -418,7 +422,7 @@ Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wi
<!-- Commits since last release: 105 -->
## 2012/11/24 hledger-web 0.19.3
#### 2012/11/24 hledger-web 0.19.3
* web: fix "Prelude.read: no parse" errors with GHC >= 7.6
* web & lib refactoring
@ -430,7 +434,7 @@ Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wi
* the autogenerated session file is now a dot file
(.hledger-web_client_session.aes)
## 2012/11/16 hledger 0.19.1
#### 2012/11/16 hledger 0.19.1
* [87](http://bugs.hledger.org/87): fix an arithmetic and transaction balancing bug with multiple
total-priced amounts ( @@ PRICE )
@ -461,12 +465,12 @@ Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wi
* build version is set with CPP instead of cabal-file-th
## 2012/7/7 hledger 0.18.2
#### 2012/7/7 hledger 0.18.2
* web: fix compilation error with -fblaze_html_0_5 flag
* bump base lower bound to 4.3 to enforce GHC 7 requirement
## 2012/6/29 hledger 0.18.1
#### 2012/6/29 hledger 0.18.1
* register, print: fix reverse ordering of same-day transactions
* balance: respect all query terms, not just acct
@ -494,7 +498,7 @@ Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wi
* unicode is now handled properly on all supported GHC versions
* API and internal cleanups
## 2012/3/3 hledger-web 0.17.1
#### 2012/3/3 hledger-web 0.17.1
* set more upper bounds to fix cabal install issues with latest packages
@ -516,23 +520,23 @@ Marko Kocić, Max Bolingbroke, and a big welcome to first-time committer John Wi
* web: add form allowed blank account names (#81)
* chart, vty: hledger-chart and hledger-vty demoted to non-maintained extras for now
## 2011/10/26 hledger-web 0.16.5
#### 2011/10/26 hledger-web 0.16.5
* web: fix a ghc 6.12 incompatibility in Settings.hs
## 2011/10/24 hledger-web 0.16.4
#### 2011/10/24 hledger-web 0.16.4
* web: yet another cabal install fix, fix AppConfig name clash
## 2011/10/4 hledger-web 0.16.3
#### 2011/10/4 hledger-web 0.16.3
* web: another cabal install fix, disable favicon.ico since it's not easily embeddable
## 2011/10/4 hledger-web 0.16.2
#### 2011/10/4 hledger-web 0.16.2
* web: more cabal install fixes (remove bad path, add routes and models) (#63)
## 2011/10/4 hledger 0.16.1
#### 2011/10/4 hledger 0.16.1
* parsing: show correct line number for posting parse errors (#67)
* web: declare static files as extra-source-files to fix cabal install (#63)
@ -568,7 +572,7 @@ even-numbered releases in future.)***
* web: adjust --help to indicate command-line arguments are not expected
* web: don't bother running cli unit tests at startup
## 2011/9/12 hledger 0.15.2, hledger-web 0.15.3
#### 2011/9/12 hledger 0.15.2, hledger-web 0.15.3
* handle multiple filter patterns on the command-line again
* don't pass an add-on command's name to it as an extra argument
@ -578,7 +582,7 @@ even-numbered releases in future.)***
* web: fix wrong transaction amount in account register with virtual postings
* web: fix some invalid html
## 2011/9/2 hledger 0.15.1, hledger-web 0.15.2
#### 2011/9/2 hledger 0.15.1, hledger-web 0.15.2
* fix a parsec 2 incompatibility
* web: add missing Hledger.Web.Options to cabal file
@ -690,7 +694,7 @@ installable web interface, bugfixes, and a much-deliberated package split.***
* transaction balancing is now based on display precision (#23)
* briefer, more informative usage error messages
## 2010/9/6 hledger 0.12.1
#### 2010/9/6 hledger 0.12.1
[announcement](http://thread.gmane.org/gmane.comp.finance.ledger.hledger/272)
@ -718,7 +722,7 @@ installable web interface, bugfixes, and a much-deliberated package split.***
Stats: 50 days and 90 commits since last release, now at 5741
lines of code with 136 tests and 41% unit test coverage.
## 2010/07/17 hledger 0.11.1
#### 2010/07/17 hledger 0.11.1
* fix --version output
@ -933,7 +937,7 @@ at 3464 lines of non-test code, 97 tests, 53% test coverage.
Stats: 60 days, 1 contributor, 50 commits since last release. Now
at 3377 lines of non-test code, 97 tests, 53% test coverage.
## 2009/06/22 hledger 0.6.1
#### 2009/06/22 hledger 0.6.1
* avoid use of exitSuccess which was breaking ghc 6.8/base 3
compatibility (issue \#2)
@ -977,7 +981,7 @@ Release stats:
* Performance: similar
(http://hledger.org/profs/200906131120.bench)
## 2009/05/23 hledger 0.5.1
#### 2009/05/23 hledger 0.5.1
* two fixes: really disable vty flag by default, and include
ConvertCommand in cabal file