Update Changelog.md, version 2.9
This commit is contained in:
parent
386a4320bf
commit
1792faaafe
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(AnotherMemCheck)
|
project(AnotherMemCheck)
|
||||||
|
|
||||||
set(AnotherMemCheck_VERSION 2.8)
|
set(AnotherMemCheck_VERSION 2.9)
|
||||||
set(AnotherMemCheck_SOVERSION 2)
|
set(AnotherMemCheck_SOVERSION 2)
|
||||||
|
|
||||||
set(AnotherMemCheck_SOURCES
|
set(AnotherMemCheck_SOURCES
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 2.9
|
||||||
|
|
||||||
|
Add checking/stat-printing of when NULL pointers are free'd.
|
||||||
|
|
||||||
|
Add note in README.md to use this library with a debugger.
|
||||||
|
|
||||||
## Version 2.8
|
## Version 2.8
|
||||||
|
|
||||||
Internal refactorings.
|
Internal refactorings.
|
||||||
|
|
Loading…
Reference in a new issue