diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b09125..610d0db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-rc.4 - Pending + +### Enhancements + +* Added `QueryResult::column_names` https://github.com/SeaQL/sea-orm/pull/2148 +* [sea-orm-macro] Add `@generated` in generated code https://github.com/SeaQL/sea-orm/pull/2199 + +### Upgrades + +* Upgrade `sea-query` to `0.31.0-rc.5` + +### House Keeping + +* Reduce warnings in integration tests https://github.com/SeaQL/sea-orm/pull/2177 + ## 1.0.0-rc.3 - 2024-03-26 ### Enhancements