Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phueper committed Jul 9, 2018
1 parent 618bb28 commit 675ef07
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Changelog
=========

### 1.3.1 (next)
### 2.0.1 (next)

### 2.0.0

#### public API

(re) introduced new plugin concept
* Hide `use(plug)` concept from public api.
The function for extending js-joda is not exported anymore (the default export of this module is removed).
The code for extending js-joda `use(plug)` is not required anymore, because js-joda-timezone automaticaly extends
js-joda when imported.

#### dependendency updates

### 1.3.1

revert previous (breaking) public API change (see https://github.com/js-joda/js-joda-timezone/issues/48)

### 1.3.0

#### public api
Expand Down

0 comments on commit 675ef07

Please sign in to comment.