From a9b74bfc71a6342755d1e858f9a5099e39b476ab Mon Sep 17 00:00:00 2001 From: neilotoole Date: Sun, 9 Apr 2023 19:33:00 -0600 Subject: [PATCH] CHANGELOG.md for v0.32.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b6c827..f938d3a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Upcoming +## [v0.32.0] - 2023-04-09 ### Added @@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 accurately distinguishes between `Decimal` and `Int`, and knows how to handle `Datetime`. +- [#189]: `sq` now treats CSV empty fields as `NULL`. + ## [v0.31.0] - 2023-03-08 ### Added @@ -285,6 +287,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#89]: Bug with SQL generated for joins. +[#189]: https://github.com/neilotoole/sq/issues/189 [#187]: https://github.com/neilotoole/sq/issues/187 [#185]: https://github.com/neilotoole/sq/issues/185 [#173]: https://github.com/neilotoole/sq/issues/173