Skip to content

Commit 5ff0791

Browse files
author
Tom Van Cutsem
committed
release notes for 1.4.2
1 parent a03ad28 commit 5ff0791

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELNOTES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v1.4.1
1+
v1.4.2
22
======
33

44
Release date: August 30th, 2015
@@ -7,6 +7,8 @@ Release date: August 30th, 2015
77
than overwriting it with a dummy function) if it exists but
88
does not implement the old Proxy API (such as IE Edge).
99
See issue #59.
10+
* Clarified incompatibility of this library with ES6 Symbols in
11+
the README.
1012

1113
v1.4.0
1214
======

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harmony-reflect",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
55
"main": "reflect.js",
66
"keywords": [

0 commit comments

Comments
 (0)