summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-29 08:34:08 +0100
committerGitHub <noreply@github.com>2020-10-29 08:34:08 +0100
commit48fa9327635124154d7497e7b52b3d68399f17b3 (patch)
tree03e575779248c7a2b2e75641f7225ceb6bdbfc76 /CHANGELOG.md
parentc5daf112bed9d958f70073fd1cb199beff322334 (diff)
parentcfc75fb1d38318245abfc341939ef80cab0b0683 (diff)
Merge pull request #902 from SMillerDev/fix/dont_overload_getid
DB: stop overloading getID
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e1fb26f8..7f38b17d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,10 @@ All notable changes to this project will be documented in this file.
## Unreleased
- Added changelog enforcer action
+- Stop overloading DB ids
- Unittest commands and utilities
+
## 15.0.6
### Changed