From 48cc200408c83d79324aac549b96dbc7ab93c310 Mon Sep 17 00:00:00 2001 From: Joshua Chen <27291761@qq.com> Date: Mon, 13 Jan 2025 17:52:37 +0800 Subject: [PATCH] update RELEASE-NOTES --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 940404707d6b4..1ca088eb0035d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -79,6 +79,7 @@ 1. Encrypt: Use sql bind info in EncryptInsertPredicateColumnTokenGenerator to avoid wrong column table mapping - [#34110](https://github.com/apache/shardingsphere/pull/34110) 1. Mode: Fixes `JDBCRepository` improper handling of H2-database in memory mode - [#33281](https://github.com/apache/shardingsphere/issues/33281) 1. Mode: Fixes duplicate column names added when index changed in DDL - [#33982](https://github.com/apache/shardingsphere/issues/33281) +1. Readwrite-splitting: Fixes readwrite-splitting data sources is incorrect when tableless [#34340](https://github.com/apache/shardingsphere/pull/34340) ### Change Logs