Merge PR #707: Windows on ARM Support

This commit is contained in:
Karl Tauber
2023-08-05 16:14:00 +02:00
5 changed files with 16 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
#### New features and improvements
- FlatLaf window decorations: Support for Windows on ARM 64-bit. (issue #443, PR
#707)
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
library (instead of svgSalamander) for rendering. JSVG provides improved SVG
rendering and uses less memory compared to svgSalamander. (PR #684)