From 3d8f997bc6ff3013abc791fe2e70089ae560a15e Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Wed, 21 Aug 2019 16:01:12 +0200 Subject: [PATCH] Prepare CHANGELOG for release Signed-off-by: Antonio Navarro Perez --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7f55e4a..82840d8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0-beta3] - 2019-07-31 + ### Added - `uast_imports` function to gather import paths from an UAST. +- sql: implement memory management system for caches ([#802](https://github.com/src-d/go-mysql-server/pull/802)) +- function: implement regexp_matches ([#794](https://github.com/src-d/go-mysql-server/pull/794)) + +### Fixed + +- Added a checker that will detect dead sockets before the timeout (Linux only) +- Make Sleep check for cancelled context every second ([#798](https://github.com/src-d/go-mysql-server/pull/798)) ## [0.24.0-beta2] - 2019-07-31