From 327d8fad8cd3d8c77eb9e2aa376ed6e282ec943e Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 2 Feb 2019 15:31:56 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e585d..cab0a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.2] - 2019-02-02 ### Fixed -- error checking if avatar changes +- error checking when avatar changes +- hung thread when websocket is closed remotely +- error checking for image size +- error handling message redaction from moderator ## [1.0.1] - 2019-01-09 ### Fixed @@ -31,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - This CHANGELOG file because I can't believe for the last year I wasn't keeping track of releases for this project. :p -[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/compare/1.0.0...HEAD +[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/compare/1.0.2...HEAD +[1.0.2]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.2 [1.0.1]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.1 [1.0.0]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/1.0.0 [0.0.1]: https://gitlab.dreamfall.space/thrrgilag/pnut-matrix/tags/v0.0.1