web: start a hackage-compatible change log for the hledger-web package

This commit is contained in:
Simon Michael 2014-02-10 12:47:00 -08:00
parent b0b9e56a9d
commit 93d3718b9c
2 changed files with 12 additions and 0 deletions

11
hledger-web/CHANGES.md Normal file
View File

@ -0,0 +1,11 @@
## 2014/2/10 hledger-web 0.22.2
New:
* web: new option `--static-root` to set the base url for static files
Improved:
* web: include unminified source of all javascript to help packagers (fixes #161)
* web: work around clang-related build failures with OS X mavericks/XCode 5
* web: allow blaze-html 0.7 (closes #159)

View File

@ -48,6 +48,7 @@ extra-source-files:
templates/homepage.julius templates/homepage.julius
templates/homepage.lucius templates/homepage.lucius
templates/normalize.lucius templates/normalize.lucius
CHANGES.md
source-repository head source-repository head
type: git type: git