Skip to content

Commit

Permalink
changelog: 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jan 25, 2017
1 parent d7ea3dd commit 60cd894
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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
Expand Down

0 comments on commit 60cd894

Please sign in to comment.