commit d0773d57fb8fb9c26ea2e2bc679d4900f650971f parent 71f130ff7ec5a02f3e6e5f886988705ce42b0d8d Author: vaplv <vaplv@free.fr> Date: Wed, 18 Nov 2020 11:06:04 +0100 Write the 0.11 release note 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