From 562dafb5c27172fbf4126cd90ece03f734cbc655 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 14 Aug 2018 22:48:04 +0000 Subject: [PATCH] Updated changelogs --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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