Skip to content

Commit 7ef4965

Browse files
committed
updated CHANGELOG.md
1 parent 6b5860e commit 7ef4965

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v0.5.0
5+
------
6+
7+
- Auto-testing provided by Travis CI;
8+
- Support older Node.JS versions (`v0.11.x` and `v0.10.x`);
9+
- Removed tests files from npm package.
10+
411
v0.4.2
512
------
613

@@ -11,14 +18,13 @@ v0.4.1
1118

1219
- Removed test code from <b>npm</b> package
1320
([see pull request #21](https://github.com/unclechu/node-deep-extend/pull/21));
14-
- Increased minimal version of Node from 0.4.0 to 0.12.0
21+
- Increased minimal version of Node from `0.4.0` to `0.12.0`
1522
(because can't run tests on lesser version anyway).
1623

1724
v0.4.0
1825
------
1926

20-
Broken backward compatibility with v0.3.x
21-
27+
- **WARNING!** Broken backward compatibility with `v0.3.x`;
2228
- Fixed bug with extending arrays instead of cloning;
2329
- Deep cloning for arrays;
2430
- Check for own property;

0 commit comments

Comments
 (0)