commit fcef40d165201c431679cf739fe8d38586bc35e9 parent 71f130ff7ec5a02f3e6e5f886988705ce42b0d8d Author: vaplv <vaplv@free.fr> Date: Wed, 18 Nov 2020 11:09:16 +0100 Merge branch 'release_0.11' into develop Diffstat:
| M | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -17,6 +17,13 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.11 + +- Add the `find_iterator` function to the hash table data structure. This + function returns an iterator toward the hash table entry corresponding to the + submitted key. +- Increase the capacity of the "variadic macros" up to 9 arguments. + ### Version 0.10 - Add the `str_vprintf` and `str_append_[v]printf` functions to the string API