From 911abe939eaaf82018e4484bffc48154661000c7 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 21 Jul 2024 14:34:20 +0900 Subject: [PATCH] doc: update acknowledgment in README --- README.md | 5 ++++- README_ja.md | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a50b85e..1370013 100644 --- a/README.md +++ b/README.md @@ -627,7 +627,10 @@ I appreciate the help of the contributors who introduced the great feature to th - Fix issues with CMake package configuration when used with vcpkg - Egor Pugin (@egorpugin) - Fix incorrect operator<<() argument type that gives build error - +- Andreas Keller (@andreaskeller96) + - Fix not checking for \r\n when parsing line comments +- 萧迩珀 (@CDK6182CHR) + - Support template into_toml members ## Licensing terms diff --git a/README_ja.md b/README_ja.md index a320147..bcaa85d 100644 --- a/README_ja.md +++ b/README_ja.md @@ -629,6 +629,10 @@ toml11 v3からは複数の破壊的変更が追加されています。 - Fix issues with CMake package configuration when used with vcpkg - Egor Pugin (@egorpugin) - Fix incorrect operator<<() argument type that gives build error +- Andreas Keller (@andreaskeller96) + - Fix not checking for \r\n when parsing line comments +- 萧迩珀 (@CDK6182CHR) + - Support template into_toml members ## Licensing terms