From 9e8448819c594e1194bb6165aa57e9162c7f1697 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 24 Mar 2024 00:26:03 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d2686..8937a853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/). +## Pending + +### Enhancements + +* [sea-orm-macro] Qualify traits in `DeriveActiveModel` macro https://github.com/SeaQL/sea-orm/pull/1665 + ## 1.0.0-rc.2 - 2024-03-15 ### Breaking Changes