Windows on ARM:

- changed DLL filename from aarch64 to arm64
- publish ARM DLL to Maven Central
This commit is contained in:
Karl Tauber
2023-08-05 16:11:46 +02:00
parent 502b18fa86
commit 52bae9dfb0
4 changed files with 10 additions and 7 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)