Skip to content

Commit 44d637d

Browse files
committed
Clean up CHANGELOG.md
1 parent 6f70972 commit 44d637d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
### 5.0.0 (Unreleased)
1+
### 5.0.0 (March 19, 2019)
22

33
* Add `onInit` method that accepts a callback that will be invoked after init
44
* Allow for api endpoints that do not end with a trailing slash
55
* Sync with upstream ua-parser for user agent parsing
66
* Upgrade rollup/babel dependencies
7+
* Invoke runQueuedFunctions from the main library instead of the snippet. This will allow integrations to take advantage of the queueing feature on sites that do not use the snippet.
78

8-
## Breaking Changes
9+
#### Breaking Changes
910
* Drop JSON polyfill. This will break IE 7 and older. You can install your own JSON polyfill before loading amplitude.
10-
* Stop committing generated files to the master branch in the git repository (do not install amplitude from git).
11+
* Stop committing generated files to the master branch in the git repository. You should not install amplitude from the master git branch. You should never import amplitude.min.js into your build.
1112
* Drop custom user agent parsing for symbian and blackberry
1213

1314

0 commit comments

Comments
 (0)