2020-08-15 20:33:39 +03:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
|
|
|
|
### Changed
|
2020-09-13 19:35:58 +03:00
|
|
|
- Context content resolution refactor
|
|
|
|
- Kotlin 1.4.10 (build tools 0.6.0)
|
2020-08-15 20:33:39 +03:00
|
|
|
- Empty query in Name is null instead of ""
|
|
|
|
- Provider provides an empty map instead of error by default
|
2020-09-13 19:35:58 +03:00
|
|
|
- Hidden delegates hierarchy in favor of stdlib properties
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Deprecated
|
2020-09-13 19:35:58 +03:00
|
|
|
- Context activation API
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Functional server prototype
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Global context CoroutineScope resolution
|
2020-09-13 19:35:58 +03:00
|
|
|
- Library mode compliance
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Security
|