update version number and changelog

This commit is contained in:
mlangkabel
2020-10-12 17:18:17 +02:00
parent a76526b59e
commit 729a8eb89f
2 changed files with 44 additions and 1 deletions
+43
View File
@@ -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**
+1 -1
View File
@@ -1 +1 @@
v3.db25.p0
v4.db25.p0