From 62daa4893f374c1cbbecc63e4f1d4eec3fd29325 Mon Sep 17 00:00:00 2001 From: marzavec Date: Sun, 3 Jun 2018 11:08:35 -0700 Subject: Completed protocol decoupling --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a1391f4..a35183f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.3] - 2018-06-03 +### Added +- `./server/src/commands/mod/dumb.js` module for server-wide shadow muting +- `./server/src/commands/mod/speak.js` module unmuting +- `./server/src/commands/internal/socketreply.js` module to route warning to clients +- `./server/src/commands/core/ping.js` module to prevent `didYouMean` errors on legacy sources + +### Changed +- Moved `disconnect.js` into servers internal modules directory +- Restructured `server.js` and `commands.js`, removing hardcoded protocol use + ## [2.0.2] - 2018-05-19 ### Added - `./documentation/DOCUMENTATION.md` document which gives overview of the applications protocol -- cgit v1.2.1