Skip to content

Commit 9b83842

Browse files
committed
docs: update CHANGELOG
1 parent 02d1f0b commit 9b83842

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

docs/content.en/docs/changelog/_index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ weight = 4
66

77
# Change Log
88

9+
# v4.3.0
10+
11+
## Added
12+
13+
- Support `std::optional` as a template argument of `toml::find`
14+
- Support multiple arguments `toml::visit(visitor, args...)`
15+
16+
## Fixed
17+
18+
- `toml::detail::region::last_` may be used uninitialized (#267) (#268) (by amatej @kontura)
19+
- Fix use with CMake 3.21 and older (#271) (by Severin Leonhardt @SeverinLeonhardt)
20+
- fix: prevent size_t-max length string allocation (#275) (#276) (by @hayt)
21+
- update README.md (#277) (by somebody @oldoldtea) (by lz)
22+
- Make parsing faster for very long line (#278)
23+
- Avoid known problem in MSVC (#279)
24+
- Check if `source_location::file_name()` is null before formatting
25+
26+
## Changed
27+
28+
- Update hugo-book theme
29+
- Add MSVC 2017 to appveyor build
30+
931
# v4.2.0
1032

1133
## Added

docs/content.ja/docs/changelog/_index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ weight = 4
66

77
# Change Log
88

9+
# v4.3.0
10+
11+
## Added
12+
13+
- `toml::find``std::optional<T>`をサポート
14+
- `toml::visit`で複数の引数をサポート
15+
16+
## Fixed
17+
18+
- 初期化前に変数が使われるケースを修正 (by amatej @kontura)
19+
- CMake 3.21以前を使用する際の修正 (by Severin Leonhardt @SeverinLeonhardt)
20+
- 非常に巨大な文字列が作成されるケースを修正 (by @hayt)
21+
- READMEのサンプルコードを修正、ToCを増強 (by somebody @oldoldtea) (by lz)
22+
- 長い行のパースを高速化
23+
- MSVC 2017でのコンパイルエラーを修正
24+
- `source_location::file_name`のヌルチェックを追加
25+
26+
## Changed
27+
28+
- hugo-bookテーマをアップデート
29+
- MSVC 2017をappveyor buildに追加
30+
931
# v4.2.0
1032

1133
## Added

0 commit comments

Comments
 (0)