diff options
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index db93f8d..d7c8418 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,13 @@ # Revision history for ghc-gc-hook +## 0.2.1.0 -- 2022-06-03 + +* Now allows the host program to use TemplateHaskell, but the GC hook cannot be + used inside a splice. The issue is that the `rtsConfig` symbol is not + available inside a TH splice, so we need to use weak symbols to make it work. + + ## 0.2.0.0 -- 2022-04-25 * First version. Released on an unsuspecting world. |