diff --git a/CHANGELOG.md b/CHANGELOG.md index 972ca4f..428c6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # CHANGELOG -## version 11.0.0 - unreleased +## version 11.0.0 - 2020-01-30 ### API changes - clamp int samples on overflow instead of throwing RangeError +### Other changes +- Zero dependencies + ## version 10.4.3 - 2020-01-27 - Fix: large files RIFF/RIFX conversion diff --git a/README.md b/README.md index ea2fe35..47a65ce 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Create, read and write wav files according to the specs. - **Use it in Node.js** - **Use it as a command line tool** - **Handle files up to 2GB** +- **Zero dependencies** With **wavefile** you can: diff --git a/docs/index.html b/docs/index.html index 4e197e7..b412cba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,6 +71,7 @@
With wavefile you can: