summaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-06-03 16:10:24 +0200
committerTom Smeding <tom@tomsmeding.com>2022-06-03 16:12:55 +0200
commitf152fbbe4d9710ecb5e8c39c27e36319de000548 (patch)
tree26d1a73b8af59779567665847c0447a2c673b91b /ChangeLog.md
parentdba9bbcffc6436d37dec362b03dfe84c9707add6 (diff)
Up 0.2.1.0HEADmaster
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md7
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.