CHANGELOG.md: added recently merged PRs #245

This commit is contained in:
Karl Tauber
2021-01-22 11:10:04 +01:00
parent 9b3a22c4ca
commit 38301454a6

View File

@@ -5,6 +5,11 @@ FlatLaf Change Log
#### New features and improvements
- Tree: Support disabling wide selection per component. (set client property
`JTree.wideSelection` to `false`). (PR #245)
- Tree: Support disabling selection painting per component. Then the tree cell
renderer is responsible for selection painting. (set client property
`JTree.paintSelection` to `false`).
- JIDE Common Layer: Support `JidePopupMenu`.
#### Fixed bugs