From bc07823b67e7a4644bc24671543f3bad8d6dfbe8 Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Wed, 12 Jun 2019 11:12:02 +0200 Subject: [PATCH] Prepare release v0.21.0-beta1 Signed-off-by: Antonio Navarro Perez --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5524308..104617871 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.21.0-beta1] - 2019-06-12 + ### Added - Moved to Go modules. - Add COMMIT_STATS function @@ -18,11 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix parsing of quoted identifiers in SHOW CREATE TABLE queries ([#737](https://github.com/src-d/go-mysql-server/pull/737)) -- sql/analyzer: back-propagate expression names after adding convert ([#739](https://github.com/src-d/go-mysql-server/pull/739)) +- sql/analyzer: back-propagate expression names after adding convert ([#739](https://github.com/src-d/go-mysql-server/pull/739)) - sql/expression: allow null literals in case branches ([#741](https://github.com/src-d/go-mysql-server/pull/741)) - sql/plan: make LEFT and RIGHT join work as expected ([#743](https://github.com/src-d/go-mysql-server/pull/743)) - ## [0.20.0] - 2019-05-30 ### Known Issues - After updating Vitess MySQL server, we are having some problems connecting from JDBC MariaDB drivers (https://github.com/src-d/gitbase/issues/807) (https://github.com/vitessio/vitess/issues/4603)