From 2eb604a474feaa54787a276a40d6c5ca4b4755da Mon Sep 17 00:00:00 2001 From: Steven Schlansker Date: Thu, 24 Sep 2020 13:21:21 -0700 Subject: [PATCH] release notes #1761 --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8f2bde66b0..9a19723a26 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +# 3.14.5 + - SqlBatch: fix inserting of constant `null` value, #1761 + # 3.14.4 - fix performance regression on statement preparation, #1732