From 2a961c6a525f13bbbdc00d2df374f289981fe12e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 24 Sep 2023 16:04:38 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b175735c..1d9d39c2 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/). +## 0.12.4 - 2023-09-24 + +### Enhancements + +* Loader: use `ValueTuple` as hash key https://github.com/SeaQL/sea-orm/pull/1868 + ## 0.12.3 - 2023-09-22 ### New Features