From 76ac65045a8cc28dd530d67b419c2aefaf09963c Mon Sep 17 00:00:00 2001 From: Jean-Marc Le Roux Date: Fri, 27 Sep 2024 23:42:14 +0200 Subject: [PATCH] update CHANGELOG with SQLite+Json/Jsonb support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f3e4537285..bee40b24f51b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Increasing the minimal supported Rust version will always be coupled at least wi * Support for postgres multirange type * Added `diesel::r2d2::TestCustomizer`, which allows users to customize their `diesel::r2d2::Pool`s in a way that makes the pools suitable for use in parallel tests. +* Added `Json` and `Jsonb` support for the SQLite backend. ## [2.2.2] 2024-07-19