Skip to content

Commit f5e13f0

Browse files
Release v1.1.0
1 parent 742d8ad commit f5e13f0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.1.0
2+
3+
* Rename `KDL.text` to `KDL.string`
4+
* Matches the rename of the `Text` constructor to `String`
5+
* Rename `BaseDecodeError` to `DecodeErrorKind`
6+
* Create new `BaseDecodeError` alias
7+
* Prune internal re-exports of `KDL.Decoder.Internal.DecodeM`
8+
* Improve decoding error reporting ([#28](https://github.com/brandonchinn178/kdl-hs/issues/28))
9+
* Might cause slight performance regressions - please create a ticket if you notice any!
10+
111
## v1.0.1
212

313
* Skip `kdl-test` tests if `dotslash` isn't installed

kdl-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: kdl-hs
4-
version: 1.0.1
4+
version: 1.1.0
55
synopsis: KDL language parser and API
66
description: KDL language parser and API.
77
homepage: https://github.com/brandonchinn178/kdl-hs#readme

0 commit comments

Comments
 (0)