CHANGELOG update

This commit is contained in:
Jakub Chrzanowski 2020-12-21 09:23:26 +01:00
parent 692f21953e
commit 01896712c8

View File

@ -8,10 +8,13 @@
- README: FAQ section
### Changed
- build.gradle.kts: simpler syntax for configuring `KotlinCompile`
- `build.gradle.kts`: simpler syntax for configuring `KotlinCompile`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.4.21`
- README: Clarify the Java usage in the project
### Fixed
- Return `Supplier<@Nls String>` instead of `String` in `MyBundle.messagePointer`
## [0.7.1]
### Changed
- Upgrade Gradle Wrapper to `6.7.1`