about summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-10-03 20:37:46 +0200
committersternenseemann <sternenseemann@systemli.org>2022-10-03 20:40:46 +0200
commite8b0e04d4980c7d355238e3bffb425805870e77c (patch)
treed4f16e7ebc4a133e8382e2e254dadc5ad1880a34 /CHANGELOG.md
parent728472acb363044dfa8ce15551f45c34f746ab70 (diff)
chore: release test suite fixes as 1.0.0.2 1.0.0.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 132932a..cbcfd77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Revision history for spacecookie
 
+## 1.0.0.2
+
+2022-10-03
+
+* Work around [cabal#8458](https://github.com/haskell/cabal/issues/8458),
+  ensuring that the test suite can be compiled with `cabal-install` 3.8.1.0.
+* Always compile test suite with `-threaded` to avoid random
+  `CurlBadFunctionArg` exceptions when executing integration tests.
+
 ## 1.0.0.1
 
 2021-11-29