Start changelog
This commit is contained in:
parent
0682e353d6
commit
8b1cdb7952
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# 0.0.1.0
|
||||||
|
|
||||||
|
- Better error messages. Error messages now contain failing predicate, failing
|
||||||
|
response and (except for response predicates), failing requests.
|
||||||
|
- Significant changes to RequestPredicate and ResponsePredicate types.
|
||||||
@ -12,6 +12,8 @@ maintainer: jkarni@gmail.com
|
|||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
extra-source-files:
|
||||||
|
CHANGELOG.md
|
||||||
|
|
||||||
flag long-tests
|
flag long-tests
|
||||||
description: Run more QuickCheck tests
|
description: Run more QuickCheck tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user