mirror of https://github.com/dirtbags/moth.git
Tag as 4.0.0
This commit is contained in:
parent
dc39f55246
commit
85865d98c1
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v4.0.0-rc2] - Unreleased
|
## [v4.0.0] - 2020-10-14
|
||||||
### Fixed
|
### Fixed
|
||||||
- Multiple bugs preventing production server from working properly
|
- Multiple bugs preventing production server from working properly
|
||||||
- CI builds should be working now
|
- CI builds should be working now
|
||||||
|
@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Anonymized team names now only computed once per team
|
- Anonymized team names now only computed once per team
|
||||||
- Don't output "self" team for unauthenticated state exports
|
- Don't output "self" team for unauthenticated state exports
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Documented the HTTP API
|
||||||
|
- Added a drawing of how things fit together
|
||||||
|
|
||||||
## [v4.0-rc1] - 2020-10-13
|
## [v4.0-rc1] - 2020-10-13
|
||||||
### Changed
|
### Changed
|
||||||
- Major rewrite/refactor of `mothd`
|
- Major rewrite/refactor of `mothd`
|
||||||
|
|
Loading…
Reference in New Issue