Skip to content

Commit

Permalink
updated release notes to include getConverter functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Mattheis <[email protected]>
  • Loading branch information
emattheis committed Mar 12, 2020
1 parent 5fd88df commit 0b03017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/release_notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ A full list of changes delivered in the 1.4 release can be found at link:https:/
- Prevent incorrect caching of ConfigProviderResolver (link:https://github.com/eclipse/microprofile-config/issues/265[#265])
- ConfigProviderResolver classloading issues (link:https://github.com/eclipse/microprofile-config/issues/450[#450]) (link:https://github.com/eclipse/microprofile-config/issues/390[#390])
- Converter extends Serializable (link:https://github.com/eclipse/microprofile-config/issues/473[#473])
- The `Config` API has been extended with a method that allows for conversion of arbitrary string values to java types using the same underlying converters used for converting resolved property values (link:https://github.com/eclipse/microprofile-config/issues/492[#492]).
- Methods have been added to Config allowing for the conversion of arbitrary string values to java types, and retrieval of Converters used to do so (link:https://github.com/eclipse/microprofile-config/issues/492[#492])

=== Spec Changes

Expand Down

0 comments on commit 0b03017

Please sign in to comment.