docs: Finalize CHANGELOG for v1.1.0 release
Some checks failed
Build Container / build (push) Failing after 12s

Move custom slug fix from Unreleased to v1.1.0 section.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-25 11:19:16 -07:00
parent 8e943fd562
commit 089df1087f

View File

@@ -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`