From d4c47f871bb101f093cba5d93f4cdb6f42f49edf Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 27 Jun 2024 14:46:06 +0900 Subject: [PATCH] Version 2.5 --- CMakeLists.txt | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e71030a..a490962 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(AnotherMemCheck) -set(AnotherMemCheck_VERSION 2.4) +set(AnotherMemCheck_VERSION 2.5) set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOURCES diff --git a/Changelog.md b/Changelog.md index 65b26a5..ef5ef28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.5 + +Added support for realloc(). + ## Version 2.4 Fixed free() not actually calling real_free().