From 7b83b3f313be2ee0b78f931d3be97c80cf93fca2 Mon Sep 17 00:00:00 2001 From: Noam Honig Date: Wed, 1 May 2024 15:07:36 +0300 Subject: [PATCH] updated Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ea96a80..f0c8cd0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.26.8] 2024-05-01 + +- Added support for `sqlite3` that runs on stackblitz +- Fixed issues with knex when id columns are being updated +- Fixed issues with mongo when id columns are being updated + ## [0.26.7] 2024-05-01 - Fixed issue with id being empty in some cases in the saved hook