From 4d8c9312c77092121fa8c2aec921dfeb905b6d30 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:29:54 -0400 Subject: [PATCH] changelog: Update wording --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 27a3a5529..6422fa03b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Unreleased ---------- -* feat: Add a :code:`--null-value` option to commands with the :code:`--blanks` option, to add additional null values. +* feat: Add a :code:`--null-value` option to commands with the :code:`--blanks` option, to convert additional values to NULL. * Add Python 3.12 support. 1.2.0 - October 4, 2023