Browse Source

Typo fixes in changelog (#1918)

pull/1929/head
Ildar Karimov 2 years ago committed by GitHub
parent
commit
9359b38809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md

6
CHANGELOG.md

@ -2,8 +2,8 @@
## Desktop
### Features
- [Implement experimental accessebility support for Windows](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Accessibility)
- [Implement accessebility focus tracking by Tab](https://github.com/JetBrains/compose-jb/issues/1772)
- [Implement experimental accessibility support for Windows](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Accessibility)
- [Implement accessibility focus tracking by Tab](https://github.com/JetBrains/compose-jb/issues/1772)
- All bugfixes/features between Jetpack Compose 1.1.0-beta02 and 1.1.0 (see the release notes for each module [here](https://developer.android.com/jetpack/androidx/releases/compose))
- Android target depends on Jetpack Compose 1.1.0.
@ -73,7 +73,7 @@ This is basically 1.0.0 that works with Kotlin 1.6.10
## Desktop
### Features
- Accessability support on MacOS
- Accessibility support on MacOS
- Smart rendering fallback logic (no crashes on bad hardware/drivers anymore)
- Performance improvement of software rendering (up to 100%)
- Transparent window support

Loading…
Cancel
Save