From 1b18a95537b988fdf61d0f10e4cdfe17f8e9049e Mon Sep 17 00:00:00 2001 From: AmrDeveloper Date: Thu, 26 Oct 2023 18:13:45 +0200 Subject: [PATCH] Update changeloge file for version `0.7.2` --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea11ca65..f51173a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Change Log ========== +Version 0.7.2 *(2023-10-26)* +----------------------------- + +* Support `NULL` keyword. +* Implement `ISNULL` function. +* Implement `ISNUMERIC` function. +* Handle crash for undefined symbol as argument at runtime. +* Update gitql-ast to version `0.5.0`. +* Update gitql-cli to version `0.7.0`. +* Update gitql-parser to version `0.6.0`. +* Update gitql-engine to version `0.7.0`. +* Update git2 to version `0.18.1`. + Version 0.7.1 *(2023-09-26)* -----------------------------