From 070fa825e448b4847315c886935c6c153f791036 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 12 Aug 2024 00:23:59 +0900 Subject: [PATCH] doc: update README --- README.md | 6 ++++++ README_ja.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 9c6e6ac..70847ef 100644 --- a/README.md +++ b/README.md @@ -618,6 +618,8 @@ I appreciate the help of the contributors who introduced the great feature to th - Ken Matsui (@ken-matsui) - Support user-defined error message prefix - Support dynamic color mode + - Support `std::optional` members for `TOML11_DEFINE_CONVERSION_NON_INTRUSIVE` + - Make `thread_local` for `color_mode` optional - Giel van Schijndel (@muggenhor) - Remove needless copy in `parse` function - Lukáš Hrázký (@lukash) @@ -656,6 +658,10 @@ I appreciate the help of the contributors who introduced the great feature to th - Fix not checking for \r\n when parsing line comments - 萧迩珀 (@CDK6182CHR) - Support template into_toml members +- Pino Toscano (@pinotree) + - Suppress warnings by manually cast file size to `std::streamsize` +- Jack W (@jackwil1) + - Fix typos in documentation template syntax ## Licensing terms diff --git a/README_ja.md b/README_ja.md index 9a4fb8f..455cf18 100644 --- a/README_ja.md +++ b/README_ja.md @@ -656,6 +656,10 @@ toml11 v3からは複数の破壊的変更が追加されています。 - Fix not checking for \r\n when parsing line comments - 萧迩珀 (@CDK6182CHR) - Support template into_toml members +- Pino Toscano (@pinotree) + - Suppress warnings by manually cast file size to `std::streamsize` +- Jack W (@jackwil1) + - Fix typos in documentation template syntax ## Licensing terms