Update Changelog.md, version 2.6
This commit is contained in:
parent
394bfc8963
commit
5a7db8fd09
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## Version 2.6
|
||||
|
||||
Use a more robust mutex (by using `std::recursive_mutex` instead of
|
||||
`pthread_mutex`).
|
||||
|
||||
## Version 2.5
|
||||
|
||||
Added support for realloc().
|
||||
|
|
Loading…
Reference in a new issue