Changelog

This commit is contained in:
Chris Tsang 2023-09-24 16:04:38 +01:00
parent 17c943d84e
commit 2a961c6a52

View File

@ -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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). 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 ## 0.12.3 - 2023-09-22
### New Features ### New Features