diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d47e37..b3045515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ FlatLaf Change Log - TextField, FormattedTextField and PasswordField: Support leading and trailing icons (set client property `JTextField.leadingIcon` or `JTextField.trailingIcon` to an `Icon`). (PR #378; issue #368) +- Theming improvements: Reworks core themes to make it easier to create new + themes (e.g. reduced explicit colors by using color functions). **Note**: + There are minor incompatible changes in FlatLaf properties files. (PR #390) #### Fixed bugs