update changelog
This commit is contained in:
parent
83c409481d
commit
327d8fad8c
1 changed files with 8 additions and 2 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
Loading…
Reference in a new issue