Missing changes

This commit is contained in:
Michael Snoyman 2015-03-01 13:50:21 +02:00
parent ed1d6ad6bb
commit af600271bf
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
## 1.4.3.10
## 1.4.3.11
* Disregard proxy environment variables in yesod devel [#945](https://github.com/yesodweb/yesod/pull/945)
## 1.4.3.10
* Allow blaze-builder 0.4
## 1.4.3.9
* Scaffold update: minimal scaffold uses yesod-core instead of yesod [yesodweb/yesod-scaffold#65](https://github.com/yesodweb/yesod-scaffold/issues/65)

View File

@ -57,7 +57,7 @@ executable yesod
, containers >= 0.2
, attoparsec >= 0.10
, http-types >= 0.7
, blaze-builder >= 0.2.1.4 && < 0.4
, blaze-builder >= 0.2.1.4 && < 0.5
, filepath >= 1.1
, process
, zlib >= 0.5 && < 0.6