From 5b1f796fa26080866d9ed77ebc8bd696c2aa8952 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 16 Oct 2022 17:28:11 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a307bf7c..f0ecc176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Replace `dotenv` with `dotenvy` in examples https://github.com/SeaQL/sea-orm/pull/1085 * Exclude test_cfg module from SeaORM https://github.com/SeaQL/sea-orm/pull/1077 +### Integration + +* Support `rocket_okapi` https://github.com/SeaQL/sea-orm/pull/1071 + ## 0.9.3 - 2022-09-30 ### Enhancements