Skip to content

Commit 675ef07

Browse files
committed
update changelog
1 parent 618bb28 commit 675ef07

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
Changelog
22
=========
33

4-
### 1.3.1 (next)
4+
### 2.0.1 (next)
5+
6+
### 2.0.0
7+
8+
#### public API
9+
10+
(re) introduced new plugin concept
11+
* Hide `use(plug)` concept from public api.
12+
The function for extending js-joda is not exported anymore (the default export of this module is removed).
13+
The code for extending js-joda `use(plug)` is not required anymore, because js-joda-timezone automaticaly extends
14+
js-joda when imported.
515

616
#### dependendency updates
717

18+
### 1.3.1
19+
20+
revert previous (breaking) public API change (see https://github.com/js-joda/js-joda-timezone/issues/48)
21+
822
### 1.3.0
923

1024
#### public api

0 commit comments

Comments
 (0)