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: RELNOTES.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
v1.4.6
2
+
======
3
+
4
+
Release date: April 19th, 2016
5
+
6
+
* ES6 `Object.assign(...args)` would fail when one of the arguments is a Proxy object. Patched `Object.assign` to fall back on an ES5 shim when at least one of the arguments is a Proxy object (See issue #72).
0 commit comments