From 760b825a12b6050fd3196d75de0b77a803dca284 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 2 Dec 2024 14:55:50 +0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8111a2da..e9c966ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.2 - 2024-12-02 + +### Enhancements + +- Added `ColumnTrait::enum_type_name()` to signify enum types https://github.com/SeaQL/sea-orm/pull/2415 +- Added `DbBackend::boolean_value()` for database dependent boolean value https://github.com/SeaQL/sea-orm/pull/2415 + ## 1.1.1 - 2024-11-04 ### Enhancements