Skip to content

Commit d074e40

Browse files
authored
Merge pull request #315 from nicojs/patch-1
Add dropped node versions to changelog
2 parents 6c4e879 + f54ac3d commit d074e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
`let`, arrow functions, `async`, etc. Use Babel to compile it down to
2323
ECMAScript 5 if you need to support older JavaScript environments.
2424

25+
* **Breaking change:** Drop support for Node < 8. If you want to support older
26+
versions of node, please use v0.6 or below.
27+
2528
## 0.5.6
2629

2730
* Fix for regression when people were using numbers as names in source maps. See

0 commit comments

Comments
 (0)