From 1e7bea87b6916f25ddf0b8760ab5de43f4d6183f Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 13 Jan 2025 18:15:56 +0900 Subject: [PATCH] doc: update acknowledgement --- README.md | 8 ++++++++ README_ja.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index adb4655..513e313 100644 --- a/README.md +++ b/README.md @@ -688,6 +688,14 @@ I appreciate the help of the contributors who introduced the great feature to th - Suppress warnings by manually cast file size to `std::streamsize` - Jack W (@jackwil1) - Fix typos in documentation template syntax +- amatej (@kontura) + - Fix: `toml::detail::region::last_` may be used uninitialized +- Severin Leonhardt (@SeverinLeonhardt) + - Fix use with CMake 3.21 and older +- hayt (@hayt) + - fix: prevent size_t-max length string allocation +- somebody (@oldoldtea), (lz) + - Update README for better ToC, fixing example code ## Licensing terms diff --git a/README_ja.md b/README_ja.md index 455cf18..a5f2427 100644 --- a/README_ja.md +++ b/README_ja.md @@ -660,6 +660,14 @@ toml11 v3からは複数の破壊的変更が追加されています。 - Suppress warnings by manually cast file size to `std::streamsize` - Jack W (@jackwil1) - Fix typos in documentation template syntax +- amatej (@kontura) + - Fix: `toml::detail::region::last_` may be used uninitialized +- Severin Leonhardt (@SeverinLeonhardt) + - Fix use with CMake 3.21 and older +- hayt (@hayt) + - fix: prevent size_t-max length string allocation +- somebody (@oldoldtea), (lz) + - Update README for better ToC, fixing example code ## Licensing terms