summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 2ac6f1e..28cd085 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,11 @@
+| 27
+
+- Correct comment in "/dux/src/exit.cc";
+- Add project description to CMake;
+- Remove initialisation for the lock in dux.abrt as it's deprecated in C++20;
+- Fix return type not being specified in the C-implementation for dux.onexit;
+- Fix ld complaining about multiple definitions of compile-time objects when the project is compiled with Clang;
+
| 26
- Rewrite and restructure project;