diff --git a/CHANGELOG.md b/CHANGELOG.md index db51315..46846b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.13.0 - 2020-04-04 + +* Fix broken UTF-8 decoding ([#55](https://github.com/haskell/ghc-events/pull/55)) + * This is a breaking change. Most of the String fields in EventInfo have been replaced with Texts. +* Support GHC 8.10.1 + ## 0.12.0 - 2019-12-02 * Add support for EVENT_USER_BINARY_MSG ([#54](https://github.com/haskell/ghc-events/pull/54)) diff --git a/ghc-events.cabal b/ghc-events.cabal index 6232c3f..d773c86 100644 --- a/ghc-events.cabal +++ b/ghc-events.cabal @@ -1,5 +1,5 @@ name: ghc-events -version: 0.12.0 +version: 0.13.0 synopsis: Library and tool for parsing .eventlog files from GHC description: Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the ghc-events tool permitting, in particular,