From cc3f5d0e39b9b50ebea2ca3a9071d87164a3614d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 13 Oct 2020 18:43:36 -0600 Subject: [PATCH] changelog entries --- CHANGELOG.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2942bb8..bdfa3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v4.0.0] - Unreleased +## [v4.0.0-rc2] - Unreleased +### Fixed +- Multiple bugs preventing production server from working properly + +## [v4.0-rc1] - 2020-10-13 ### Changed - Major rewrite/refactor of `mothd` - Clear separation of roles: State, Puzzles, and Theme @@ -37,14 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security -## [Unreleased] -### Changed - - Endpoints `/points.json`, `/puzzles.json`, and `/messages.html` (optional theme file) combine into `/state` - - No more `__devel__` category for dev server: this is now `.config.devel` in the `/state` endpoint - - Development server no longer serves a static `/` with links: it now redirects you to a randomly-generated seed URL - - Default theme modifications to handle all this - - Default theme now automatically "logs you in" with Team ID if it's getting state from the devel server - ## [v3.5.1] - 2020-03-16 ### Fixed - Support insta-checking for legacy puzzles