diff --git a/CHANGELOG.md b/CHANGELOG.md index 786c113..3d89162 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Fixed CSP rules * Improved debugging output * Tried to fix scrollwheel +* Fixed security audited npm packages ###### v0.9.0 * [#121](https://github.com/Tracman-org/Server/issues/121) Fixed various security holes diff --git a/README.md b/README.md index 15df25c..a4f9b2f 100755 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Tracman will be updated according to [this branching model](http://nvie.com/post * Fixed CSP rules * Improved debugging output * Tried to fix scrollwheel +* Fixed security audited npm packages * [#121](https://github.com/Tracman-org/Server/issues/121) Fixed various security holes * [#68](https://github.com/Tracman-org/Server/issues/68) Added tests, mostly for authentication * [#120](https://github.com/Tracman-org/Server/issues/120) Split config/routes/settings.js into two files