2024-06-04 03:15:46 +00:00
|
|
|
# Changelog
|
|
|
|
|
2024-06-04 06:43:30 +00:00
|
|
|
## Version 2.0
|
|
|
|
|
|
|
|
Minor refactorings.
|
|
|
|
|
|
|
|
Change internal implementation of linked list to be doubly-linked.
|
|
|
|
|
|
|
|
Add support for calloc.
|
|
|
|
|
|
|
|
Add pthreads to mutex-lock malloc/calloc/free.
|
|
|
|
|
2024-06-04 03:15:46 +00:00
|
|
|
## Version 1.0
|
|
|
|
|
|
|
|
Initial version with working `AnotherMemCheck`.
|