Skip to content

Commit

Permalink
Merge pull request #952 from ajnavarro/prepare-for-release-v0.24.0-beta3
Browse files Browse the repository at this point in the history
Prepare CHANGELOG for release
  • Loading branch information
ajnavarro committed Aug 21, 2019
2 parents 821e6b9 + 3d8f997 commit cc6a9b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc6a9b4

Please sign in to comment.