From 3b08f2dc4e992c11a175a0237dfbce5da65e45e9 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 5 Feb 2024 00:21:28 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477dae377..b00c5eb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ 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/). -## Master - Pending +## 1.0.0-rc.1 - Pending + +### Breaking Changes + +* Rework SQLite type mappings https://github.com/SeaQL/sea-orm/pull/2078 +* Updated `sea-query` to `0.31` + +## 0.12.14 - 2024-02-05 * Added feature flag `sqlite-use-returning-for-3_35` to use SQLite's returning https://github.com/SeaQL/sea-orm/pull/2070 +* Added Loco example https://github.com/SeaQL/sea-orm/pull/2092 ## 0.12.12 - 2024-01-22