Skip to content

Commit 60cd894

Browse files
committed
changelog: 14.0.0
1 parent d7ea3dd commit 60cd894

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 14.0.0
2+
3+
Updates the version of the buffer package, which drops support for IE8-10.
4+
5+
buffer v5 removes the `Object` implementation and relies on a single,
6+
fast Typed Array (`Uint8Array`) implementation, greatly simplifying the
7+
maintanence of the buffer package.
8+
9+
If IE8-10 support is critical to your web app, you can continue to rely on
10+
browserify v13, or see the PR for other workarounds.
11+
12+
https://github.com/substack/node-browserify/pull/1678
13+
114
# 13.3.0
215

316
updates the version for the assert package

0 commit comments

Comments
 (0)