Skip to content

Commit f54ac3d

Browse files
authored
Add dropped node versions to changelog
Fixes #314
1 parent 86d105b commit f54ac3d

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)