We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199dc39 commit 0a156fcCopy full SHA for 0a156fc
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Compatibility
11
+
12
+- `ConfigError` is no longer exhaustive
13
+- `ConfigError::Parse`s type changed
14
+- `FileFormat` is no longer exhaustive
15
+- Deprecated functions removed
16
+- Case insensitivity from 0.14.0 was reverted
17
18
+### Fixes
19
20
+- Struct fields, variants, and lookup paths with uppercase letters can be used again (regression from 0.14.0)
21
22
## [0.14.1] - 2024-10-23
23
24
### Compatibility
0 commit comments