Add missing test file (fixes #1563)

This commit is contained in:
Michael Snoyman 2018-10-15 16:21:17 +03:00
parent f7e177d5f2
commit 6eb91bdb77
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-core
## 1.6.8.1
* Add missing test file to tarball [#1563](https://github.com/yesodweb/yesod/issues/1563)
## 1.6.8
* In the route syntax, allow trailing backslashes to indicate line
continuation. [#1558](https://github.com/yesodweb/yesod/pull/1558)

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.6.8
version: 1.6.8.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -17,6 +17,7 @@ extra-source-files:
test/YesodCoreTest/JsLoaderSites/Bottom.hs
test/en.msg
test/test.hs
test/fixtures/routes_with_line_continuations
ChangeLog.md
README.md