Skip to content

Commit 4f448dc

Browse files
committed
docs: update CHANGELOG.md with Docker Compose refactor (#68)
1 parent 58b61f1 commit 4f448dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1212
## 2026-03-22
1313

1414
### Changed
15+
- Refactored Docker Compose file naming to avoid V2 precedence conflict (#68)
16+
- `compose.yaml``compose.dev.yaml` (dev dependencies for `bootRun`)
17+
- `docker-compose.yml``compose.yaml` (full deployable stack)
18+
- Added `spring.docker.compose.file` to `application-local.yml-example`
19+
- Updated README with compose file descriptions and Docker Compose V2 syntax
1520
- Refactored `TestDataController` to use `Instant` instead of `Date` for registration dates, aligning with library changes (#65)
1621

1722
### Dependencies

0 commit comments

Comments
 (0)