Skip to content

Commit

Permalink
Updated changelog for 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Feb 13, 2021
1 parent acdb963 commit 68a03dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

### 1.4.0
### 1.4.0 (Pending)

* Breaking: PropertySource method now accepts a ParserRegistry
* **Kotlin version is now 1.4.30**
* Breaking: The PropertySource interface has been changed to accept a PropertSourceContext. This only affects users who have written their own custom PropertySource.
* Added @ConfigAlias to allow a data class field to map to multiple values. #197
* Added strict option to ConfigLoader Builder to throw an error if a config value is unused. Lenient mode is still the default. #187
* Bumped all module deps to latest versions

### 1.3.15

Expand Down

0 comments on commit 68a03dd

Please sign in to comment.