We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d49284 + 6361f0f commit fc02061Copy full SHA for fc02061
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.13.0 - 2020-04-04
4
+
5
+* Fix broken UTF-8 decoding ([#55](https://github.com/haskell/ghc-events/pull/55))
6
+ * This is a breaking change. Most of the String fields in EventInfo have been replaced with Texts.
7
+* Support GHC 8.10.1
8
9
## 0.12.0 - 2019-12-02
10
11
* Add support for EVENT_USER_BINARY_MSG ([#54](https://github.com/haskell/ghc-events/pull/54))
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,
0 commit comments