Generate a changelog entry for a software release. Use this exact format:

## [version] - YYYY-MM-DD

### Added
- item

### Changed
- item

### Fixed
- item

The version is 2.4.0, the date is 2025-01-15. Include exactly 2 items under Added, 1 under Changed, and 3 under Fixed. Items should be about a Python web framework. Each item must start with a capital letter and end with a period. Do not include any text before or after the changelog entry.