File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` kdl ` Release Changelog
2
2
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
+
3
17
<a name =" 6.1.0 " ></a >
4
18
## 6.1.0 (2024-12-22)
5
19
Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ Error:
112
112
version of ` kdl-rs ` , and so may be fairly heavy.
113
113
* ` v1-fallback ` - Implies ` v1 ` . Makes it so the various ` *::parse() ` and
114
114
` 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 .
118
118
119
119
### Quirks
120
120
You can’t perform that action at this time.
0 commit comments