Skip to content

Commit 313511a

Browse files
committed
Add notes about latest changes to Changelog
1 parent ae27d69 commit 313511a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,19 @@ So, `b.myself` points to `b`, not `a`. Neat!
100100

101101
## Changelog
102102

103+
### v2.1.0
104+
105+
#### 2016-11-22
106+
107+
- Add support for cloning Errors
108+
- Exclude non-enumerable symbol-named object properties from cloning
109+
- Add option to include non-enumerable own properties of objects
110+
103111
### v2.0.0
104112

105113
#### 2016-09-28
106114

107-
- Added support for cloning ES6 Maps, Sets, Promises, and Symbols
115+
- Add support for cloning ES6 Maps, Sets, Promises, and Symbols
108116

109117
### v1.0.2
110118

0 commit comments

Comments
 (0)