From 05fd8ea38afb5060c3a9c94e1efb550d6863be0d Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 6 Dec 2020 19:59:12 +1100 Subject: [PATCH] Version 0.8.0.4 --- CHANGELOG.md | 5 +++++ vector-algorithms.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ef00f..819d5e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.8.0.4 (2020-12-06) + +- Fix out of range access in Intro.partialSort. +- Update QuickCheck dependency bounds. + ## Version 0.8.0.3 (2019-12-02) - Fix out-of-bounds access in Timsort. diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index 2b87df8..75c89b4 100644 --- a/vector-algorithms.cabal +++ b/vector-algorithms.cabal @@ -1,5 +1,5 @@ name: vector-algorithms -version: 0.8.0.3 +version: 0.8.0.4 license: BSD3 license-file: LICENSE author: Dan Doel