Files
ideaforge/changelog.md
Kai Chappell b1c827e4aa docs: fix issues found in planning document review
Riverpod updated to 3.2+ (Dart 3.7+), deployment platform set
to TBD, riverpod_generator updated to ^4.0.2.
2026-01-28 23:38:44 +00:00

22 lines
647 B
Markdown

# changelog
All notable changes to IdeaForge.
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial project scaffold
- Project documentation (readme, CLAUDE.md, changelog)
- Backend and frontend directory structure
- Implementation plan with architecture, API design, and phased build order
### Changed
- Updated Riverpod to 3.2+ (flutter_riverpod ^3.2.0, riverpod_annotation ^4.0.1)
- Updated Dart minimum to 3.7+ (required by Riverpod 3.2.0)
- Set deployment platform to TBD (decided at deployment time)