doc: update README

This commit is contained in:
ToruNiina 2024-08-12 00:23:59 +09:00
parent a2e8d68c95
commit 070fa825e4
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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