From 56ede2a0cad931a62ee342cf97d59001a7906a97 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 16 Oct 2021 15:45:13 +0800 Subject: [PATCH] Add links to CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e4d4a5..a57051f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.3.0 - 2021-10-15 +https://www.sea-ql.org/SeaORM/blog/2021-10-15-whats-new-in-0.3.0 + - Built-in Rocket support - `ConnectOptions` @@ -80,6 +82,8 @@ assert_eq!( ## 0.2.4 - 2021-10-01 +https://www.sea-ql.org/SeaORM/blog/2021-10-01-whats-new-in-0.2.4 + - [[#186]] [sea-orm-cli] Foreign key handling - [[#191]] [sea-orm-cli] Unique key handling - [[#182]] `find_linked` join with alias