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`