Skip to content

Commit c5b4c77

Browse files
committed
Drop support for Node 4
Add Node 10
1 parent 4a9da91 commit c5b4c77

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ before_install:
1616
- $CXX --version
1717

1818
node_js:
19-
- "4"
2019
- "6"
2120
- "8"
21+
- "10"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ You can also check out this nice [working implementation](https://github.com/scr
101101

102102
See the [`examples`](examples/) directory.
103103

104+
## Changes in v3
105+
106+
- dropped support for Node 4
107+
104108
## API
105109

106110
### Transform Stream

0 commit comments

Comments
 (0)