Update CHANGELOG.md

This commit is contained in:
Igor Demin
2021-08-04 16:05:06 +03:00
committed by GitHub
parent c55f1ca37a
commit 0c2a7ab6fe

View File

@@ -15,6 +15,7 @@
- [Adaptive window size](https://github.com/JetBrains/compose-jb/blob/master/tutorials/Window_API_new/README.md#adaptive-window-size)
- Support Linux on ARM64
- [Support hidpi on some Linux distros](https://github.com/JetBrains/compose-jb/issues/188#issuecomment-891614869)
- Support resizing of undecorated riszable windows (`Window(undecorated=true, resizable=true, ...)`)
### API changes
- new Window API is no longer experimental