From 6ee2be3a482f8a0538f3bddfe4ad42e785d9ee64 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 18 May 2017 15:58:03 +0200 Subject: [PATCH] Init of Change Log. Summary: The Change Log is initialized. For every new feature, improvement, bug fix and anything else that is relevant, please update the CHANGELOG.md file. Reviewers: teon.banek, mislav.bradac, florijan, dgleich Reviewed By: dgleich Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D379 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..15ac752bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Change Log + +## Next Build + +### Major Features and Improvements + +TODO + +### Bug Fixes and Other Changes + +TODO + +## Build 825 + +### Major Features and Improvements + +* RETURN *, count(*), OPTIONAL MATCH, UNWIND, DISTINCT (except DISTINCT in aggregate functions), list indexing and slicing, escaped labels, IN LIST operator, range function + +### Bug Fixes and Other Changes + +* TCP_NODELAY -> import should be faster +* Clear hint bits + +## Build 783 + +### Major Features and Improvements + +* SKIP, LIMIT, ORDER BY +* Math functions +* Initial support for MERGE clause + +### Bug Fixes and Other Changes + +* Unhandled Lock Timeout Exception + +## Build 755 + +### Major Features and Improvements + +* MATCH, CREATE, WHERE, SET, REMOVE, DELETE