From b30860726a728a035101cfc29f877d34cc9efd1a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 28 Feb 2020 16:32:31 -0700 Subject: [PATCH] Clarify changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a260324..dd8fc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 `state.config.devel` in the `/state` endpoint + - 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