You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
## Unreleased
2
2
3
-
*Add support for passing callback function to identify.
4
-
* Add support for prepend user property operation.
5
-
* Keep sessions and event metadata insync across multiple windows/tabs.
3
+
*Identify function now accepts a callback function as an argument. The callback will be run after the identify event is sent.
4
+
* Add support for `prepend` user property operation. This allows you to insert value(s) at the front of a list. See [Readme](https://github.com/amplitude/Amplitude-Javascript#user-properties-and-user-property-operations) for more details.
5
+
* Keep sessions and event metadata in-sync across multiple windows/tabs.
0 commit comments