Add changelog for version 0.14

Reviewers: mferencevic, buda, msantl

Reviewed By: mferencevic

Differential Revision: https://phabricator.memgraph.io/D1706
This commit is contained in:
Teon Banek 2018-10-29 10:03:46 +01:00
parent 598ce81754
commit 7892f69920
2 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,24 @@
# Change Log
## v0.14.0
### Breaking Changes
* Write-ahead log format changed (not backward compatible).
### Major Features and Improvements
* [Enterprise Ed.] Reduce memory usage in distributed usage.
* Add `DROP INDEX` feature.
* Improve SSL error messages.
### Bug Fixes and Other Changes
* [Enterprise Ed.] Fix issues with reading and writing in a distributed query.
* Correctly handle an edge case with unique constraint checks.
* Fix a minor issue with `mg_import_csv`.
* Fix an issue with `EXPLAIN`.
## v0.13.0
### Breaking Changes

View File

@ -42,7 +42,7 @@ string(STRIP ${COMMIT_HASH} COMMIT_HASH)
# -----------------------------------------------------------------------------
project(memgraph VERSION 0.13.0)
project(memgraph VERSION 0.14.0)
# -----------------------------------------------------------------------------
# setup CMake module path, defines path for include() and find_package()