Skip to content

Commit 50060a4

Browse files
committed
Add CHANGELOG
1 parent b659aae commit 50060a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* NEW: Add `Raven.clearContext()` to empty all of the context.
1010
* NEW: Add `Raven.getContext()` to get a copy of the current context.
1111
* NEW: `Raven.set{Extra,Tags}Context(ctx)` now merges with existing values instead of overwriting.
12+
* NEW: Add `Raven.addPlugin()` to register a plugin to be initialized when installed.
13+
* NEW: Plugins are now initialized and loaded when calling `Raven.install()`. This avoid some race conditions with load order.
1214

1315
## 1.1.22
1416

0 commit comments

Comments
 (0)