Add Changelog.md, update README.md
This commit is contained in:
parent
cff3628798
commit
2249bed677
2 changed files with 11 additions and 0 deletions
5
Changelog.md
Normal file
5
Changelog.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## Version 1.0
|
||||||
|
|
||||||
|
Initial version with working `AnotherMemCheck`.
|
|
@ -14,3 +14,9 @@ This software was created as an alternative to valgrind/memcheck.
|
||||||
showing all memory that has been `malloc`ed and not `free`ed. Note that some
|
showing all memory that has been `malloc`ed and not `free`ed. Note that some
|
||||||
memory will always be shown as having been not `free`ed (e.g. initializing
|
memory will always be shown as having been not `free`ed (e.g. initializing
|
||||||
heap stuff for the program at start).
|
heap stuff for the program at start).
|
||||||
|
|
||||||
|
## Other Notes
|
||||||
|
|
||||||
|
Since this is relatively newly written software (as of middle of 2024), there
|
||||||
|
might be a memory leak within this software when keeping track of memory. Thus,
|
||||||
|
this software may be revised later on.
|
||||||
|
|
Loading…
Reference in a new issue