Skip to content

Commit ff972fa

Browse files
authored
Update CHANGELOG.md
1 parent 042e0b2 commit ff972fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

3-
## next version
3+
## 2.0.0
44

5+
* Major re-design of the API. This re-design was made with the following goals:
6+
* Avoiding function naming conflict with popular libraries (notably lodash)
7+
* Simplifying the API by removing duplicate functions
8+
* Proposing safer default parameters regarding concurrency handling
9+
10+
See the [migration guide](https://github.com/nicolas-van/modern-async/blob/master/version-1-to-2-guide.md) to know how to migrate to version 2.X.
511
* Added `reflectAsyncStatus()` function.
612

713
## 1.1.4

0 commit comments

Comments
 (0)