From 8371c879219515eb275565779f0583bdd90fbb9d Mon Sep 17 00:00:00 2001 From: Miguel Molina Date: Wed, 23 Oct 2019 11:52:36 +0200 Subject: [PATCH] prepare for release 0.24.0-rc3 Signed-off-by: Miguel Molina --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50366719..1e808396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0-rc3] - 2019-10-23 + ### Fixed - Only optimize sorted DISTINCT if the first column on the order by is on the distinct schema. ([#976](https://github.com/src-d/gitbase/issues/976))