Skip to content

Commit 8db6e71

Browse files
committed
docs: update readme and changelog
1 parent 52a7c2c commit 8db6e71

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# `kdl` Release Changelog
22

3+
<a name="6.2.0"></a>
4+
## 6.2.0 (2025-01-01)
5+
6+
More Compliant Than Ever Before™️
7+
8+
### Features
9+
10+
* **fallback:** apply heuristics when doing fallbacks (#111) ([f5007fce](https://github.com/kdl-org/kdl-rs/commit/f5007fce44523c594888214ed171fed0955ef1f5))
11+
12+
13+
### Bug Fixes
14+
15+
* **parser:** various tests and bugfixes (#112) ([52a7c2cb](https://github.com/kdl-org/kdl-rs/commit/52a7c2cba131155e3a21756578dd59cc1a2156b8))
16+
317
<a name="6.1.0"></a>
418
## 6.1.0 (2024-12-22)
519

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ Error:
112112
version of `kdl-rs`, and so may be fairly heavy.
113113
* `v1-fallback` - Implies `v1`. Makes it so the various `*::parse()` and
114114
`FromStr` implementations try to parse their inputs as `v2`, and, if that
115-
fails, try again with `v1`. Errors will only be reported as if the input was
116-
`v2`. To manage this more precisely, you can use the `*::parse_v2` and
117-
`*::parse_v1` methods.
115+
fails, try again with `v1`. For `KdlDocument`, a heuristic will be applied
116+
if both `v1` and `v2` parsers fail, to pick which error(s) to return. For
117+
other types, only the `v2` parser's errors will be returned.
118118

119119
### Quirks
120120

0 commit comments

Comments
 (0)