From a15a68a82129187236a92fab16a0f635f3f2acbb Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 15 Feb 2025 23:26:37 +0900 Subject: [PATCH] doc: update acknowledgement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 663b829..bed22e6 100644 --- a/README.md +++ b/README.md @@ -646,6 +646,8 @@ I appreciate the help of the contributors who introduced the great feature to th - Support dynamic color mode - Support `std::optional` members for `TOML11_DEFINE_CONVERSION_NON_INTRUSIVE` - Make `thread_local` for `color_mode` optional + - Add `toml::find_or_default` + - Fix static assertions in success that checks if specified type is void - Giel van Schijndel (@muggenhor) - Remove needless copy in `parse` function - Lukáš Hrázký (@lukash) @@ -696,6 +698,8 @@ I appreciate the help of the contributors who introduced the great feature to th - fix: prevent size_t-max length string allocation - somebody (@oldoldtea), (lz) - Update README for better ToC, fixing example code +- Sunlight (@SunPodder) + - Add `erase(...)` function to `ordered_map` ## Licensing terms