diff --git a/CHANGELOG.md b/CHANGELOG.md index e06e831..ce33b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ +5.33 +---- + +API changes: +* The `Cursor` type got a new `PositionOnly` constructor for cursor + placement without visibility. + +Package changes: +* Relaxed upper bound for `random` +* Updated `microlens` bounds to allow 0.4.12 + +Other improvements: +* Various hlint-driven improvements (thanks Willem Van Onsem) +* The implementation of `color240` was improved (thanks (Willem Van + Onsem) + 5.32 ---- diff --git a/vty.cabal b/vty.cabal index 1572fc2..692fe3a 100644 --- a/vty.cabal +++ b/vty.cabal @@ -1,5 +1,5 @@ name: vty -version: 5.32 +version: 5.33 license: BSD3 license-file: LICENSE author: AUTHORS