diff --git a/CHANGELOG b/CHANGELOG index 88f09cc..40f391f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.2.5.0 (2019.02.25): + - Fixing things to compile under GHC 8.4 and 8.6. + - Adds Semigroup (Trie a) instance + - Removed the obsolete/unused "useCinternal" Cabal flag 0.2.4.3 (2019.02.24): - Moved VERSION to CHANGELOG - Fixing things to compile under GHC 8.0 and 8.2. N.B., still doesn't compile under 8.4 or 8.6, due to the version limit on `base`.