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