From e6f4c76ed4e76e84034416eea068aebad8cc74d7 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 28 Nov 2019 08:19:37 +1100 Subject: [PATCH] Version 0.8.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d24584e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## Version 0.8.0.2 (2019-11-28) + +- Bump upper bounds on primitive and QuickCheck. +- Expose 'terminate' function from 'AmericanFlag' module. +- Fix an off-by-one error in Data.Vector.Algorithms.Heaps.heapInsert. +