From 60cd89406b2a3b2a6c8ea52d201d797bd48f60fc Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 24 Jan 2017 20:30:21 -0800 Subject: [PATCH] changelog: 14.0.0 --- changelog.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.markdown b/changelog.markdown index b186cf101..079b164a8 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,16 @@ +# 14.0.0 + +Updates the version of the buffer package, which drops support for IE8-10. + +buffer v5 removes the `Object` implementation and relies on a single, +fast Typed Array (`Uint8Array`) implementation, greatly simplifying the +maintanence of the buffer package. + +If IE8-10 support is critical to your web app, you can continue to rely on +browserify v13, or see the PR for other workarounds. + +https://github.com/substack/node-browserify/pull/1678 + # 13.3.0 updates the version for the assert package