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