Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Aug 11, 2024
1 parent a2e8d68 commit 070fa82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 070fa82

Please sign in to comment.