Update Changelog.md
This commit is contained in:
parent
411e81b614
commit
f8ee249ca2
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ Add counts for bad `realloc`s and `free`s that are printed at program's end.
|
||||||
(A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory
|
(A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory
|
||||||
location that wasn't `malloc`d, `calloc`d, or `realloc`d.)
|
location that wasn't `malloc`d, `calloc`d, or `realloc`d.)
|
||||||
|
|
||||||
|
Internal refactorings.
|
||||||
|
|
||||||
## Version 2.10
|
## Version 2.10
|
||||||
|
|
||||||
Internal refactorings.
|
Internal refactorings.
|
||||||
|
|
Loading…
Reference in a new issue