From 30e6fb164ae922d70737a3bbff64c872b733a490 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 14 Aug 2018 02:12:00 +0000 Subject: [PATCH] Updated readme with hotfix 9.1 changes --- CHANGELOG.md | 4 +++- README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c95e73c..786c113 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ ###### v0.9.1 * Removed conhive -* Fixed scrollwheel +* Fixed CSP rules +* Improved debugging output +* Tried to fix scrollwheel ###### 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 6923ff6..15df25c 100755 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ Tracman will be updated according to [this branching model](http://nvie.com/post ###### v0.9.x * Removed coinhive -* Fixed scrollwheel +* Fixed CSP rules +* Improved debugging output +* Tried to fix scrollwheel * [#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