Update Changelog.md, version 2.8

This commit is contained in:
Stephen Seo 2024-11-12 16:33:16 +09:00
parent 293b18e4bf
commit 14301c372d
2 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.7)
project(AnotherMemCheck)
set(AnotherMemCheck_VERSION 2.7)
set(AnotherMemCheck_VERSION 2.8)
set(AnotherMemCheck_SOVERSION 2)
set(AnotherMemCheck_SOURCES

View file

@ -1,5 +1,11 @@
# Changelog
## Version 2.8
Internal refactorings.
Minor change to avoid segfault when program exits with `exit(...)` function.
## Version 2.7
Fix incorrect initialization.