From 729a8eb89f9dc68812e36f0bc5289d4939b1742c Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 12 Oct 2020 16:50:24 +0200 Subject: [PATCH] update version number and changelog --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf8471..85cd70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## v4.db25.p0 + +**2020-10-12** + +* Interface Change: fix "Ambiuous" typo in interface instead of "Ambiguous" (issue #8) + + +## v3.db25.p0 + +**2019-11-04** + +* Interface Change: removed unused node and edge types + + +## v2.db24.p0 + +**2019-05-20** + +* Interface Extension: added methods to record edges as ambiguous with new database version + + +## v2.db23.p2 + +**2019-04-02** + +* Interface Extension: `getVersionString()` is not available via API + + +## v2.db23.p1 + +**2019-03-26** + +* Interface Extension: added method to store a qualifier location to the database + + +## v2.db23.p0 + +**2019-02-26** + +* Interface Change: renamed `recordCommentLocation()` to `recordAtomicSourceRange()` to be more generic +* Fix: build issue if tags of this repo are not checked out (issue #1) + + ## v1.db23.p0 **2018-12-19** diff --git a/version.txt b/version.txt index f684a06..fed22de 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v3.db25.p0 +v4.db25.p0