Skip to content

Commit c3accef

Browse files
committed
Update CHANGELOG.md
1 parent 6612a34 commit c3accef

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,25 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6-
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All scales should have the 'format' parameter.
7+
8+
## [3.0.1] - 2021-06-09
9+
10+
### Added
11+
12+
- The 'format' parameter in all scales [[76](https://github.com/JetBrains/lets-plot-kotlin/issues/76)].
13+
14+
### Changed
15+
16+
- Upgraded `kotlinx.html` version to 0.7.3 (was 0.7.2)
17+
18+
> In JVM projects it's no longer necessary to add `https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven` repository
19+
> to the project configuration.
20+
21+
### Fixed
22+
23+
- Multilayer plots are corrupted [[#385](https://github.com/JetBrains/lets-plot/issues/385)].
24+
- Import "lets-plot-common" transitively [[#78](https://github.com/JetBrains/lets-plot-kotlin/issues/78)]
725

826
## [3.0.0] - 2021-06-04
927

future_changes.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
All scales should have the 'format' parameter.
22

3-
## [3.0.1] - 2021-06-??
3+
## [3.0.2] - 2021-??-??
44

55
### Added
66

7-
- The 'format' parameter in all scales [[76](https://github.com/JetBrains/lets-plot-kotlin/issues/76)].
87

98
### Changed
109

11-
- Upgraded `kotlinx.html` version to 0.7.3 (was 0.7.2)
12-
13-
> In JVM projects it's no longer necessary to add `https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven` repository
14-
> to the project configuration.
1510

1611
### Fixed
1712

18-
- Multilayer plots are corrupted [[#385](https://github.com/JetBrains/lets-plot/issues/385)].
19-
- Import "lets-plot-common" transitively [[#78](https://github.com/JetBrains/lets-plot-kotlin/issues/78)]

0 commit comments

Comments
 (0)