From 089df1087fdaece7ce0ff2582f9c2bcd17ecf736 Mon Sep 17 00:00:00 2001 From: Phil Skentelbery Date: Tue, 25 Nov 2025 11:19:16 -0700 Subject: [PATCH] docs: Finalize CHANGELOG for v1.1.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move custom slug fix from Unreleased to v1.1.0 section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dcf61..b43b2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed -- **Custom Slug Extraction** - Fixed bug where mp-slug was ignored in Micropub requests - - Root cause: mp-slug was extracted after normalize_properties() filtered it out - - Solution: Extract mp-slug from raw request data before normalization - - Affects both form-encoded and JSON Micropub requests - - See docs/reports/custom-slug-bug-diagnosis.md for detailed analysis - ## [1.1.0] - 2025-11-25 ### Added @@ -39,6 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `reversed()` wrapper to compensate for feedgen internal ordering - Regression test ensures feed matches database DESC order +- **Custom Slug Extraction** - Fixed bug where mp-slug was ignored in Micropub requests + - Root cause: mp-slug was extracted after normalize_properties() filtered it out + - Solution: Extract mp-slug from raw request data before normalization + - Affects both form-encoded and JSON Micropub requests + - See docs/reports/custom-slug-bug-diagnosis.md for detailed analysis + ### Changed - **Database Migration System** - Renamed for clarity - `SCHEMA_SQL` renamed to `INITIAL_SCHEMA_SQL`