File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
content.en/docs/changelog
content.ja/docs/changelog Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ weight = 4
66
77# Change Log
88
9+ # v4.2.0
10+
11+ ## Added
12+
13+ - Support ` std::optional ` members for ` TOML11_DEFINE_CONVERSION_NON_INTRUSIVE ` (by Ken Matsui)
14+ - Make ` thread_local ` for ` color_mode ` optional (by Ken Matsui)
15+ - add usage with CPM to README
16+ - add explanation about ` ordered_map ` to README and update doc
17+
18+ ## Fixed
19+
20+ - Manually cast file size to ` std::streamsize ` (by Pino Toscano)
21+ - Typographical error in ` table_format ` output
22+ - Format an empty array specified as array-of-table in one line
23+ - Added a missing include file
24+ - Fix typos in documentation template syntax (by Jack W)
25+ - Fix ` toml::find_or ` for deeply nested tables
26+
927# v4.1.0
1028
1129## Added
Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ weight = 4
66
77# Change Log
88
9+ # v4.2.0
10+
11+ ## Added
12+
13+ - ` TOML11_DEFINE_CONVERSION_NON_INTRUSIVE ` で ` std::optional ` なメンバをサポート (by Ken Matsui @ken-matsui )
14+ - ` thread_local ` だった` color_mode ` をデフォルトでグローバルにし、` thread_local ` にするオプションを追加 (by Ken Matsui @ken-matsui )
15+ - CPMでの使い方を` README ` に追加
16+ - ` README ` に` ordered_map ` への言及を追加し、ドキュメントでの説明を追加
17+
18+ ## Fixed
19+
20+ - ファイルサイズの` std::streamsize ` への変換で警告が出ることがある問題を修正 (by Pino Toscano @pinotree )
21+ - ` table_format ` に不正な値が与えられた際の出力のtypoを修正
22+ - ` array ` のフォーマットが` array_of_tables ` と指定されていてかつ空の場合の出力を修正
23+ - 特定の環境で` include ` が足りずにコンパイルできない問題を修正
24+ - ドキュメントに含まれる文法エラーを修正 (by Jack W)
25+ - ` toml::find_or ` を深くネストされたテーブルに使用した際にコンパイルが失敗する問題を修正
26+
927# v4.1.0
1028
1129## Added
You can’t perform that action at this time.
0 commit comments