From 9a1d22b6f7fec4bccc068cf0a8b7204995b2e1a4 Mon Sep 17 00:00:00 2001 From: Kristina Spurgin Date: Mon, 11 Sep 2023 12:36:47 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7f8971bda..32255b5bf 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -89,7 +89,7 @@ These changes are merged into the `main` branch, but have not been released. Aft * Fixes issue where job registry entry with a Marc source and CSV destination could not be used as a source or lookup in jobs (PR#137) * Fixes issue in `StringValue::ToArray` transform where delim=nil was not correctly being calculated (PR#145) * Fixes https://github.com/lyrasis/kiba-extend/issues/152[#152]: Fingerprint::Decode error: Encoding::CompatibilityError: incompatible character encodings: ASCII-8BIT and UTF-8 (PR#153) -* Fixes https://github.com/lyrasis/kiba-extend/issues/162[#162]: failure of `Delete::EmptyFields` transform when passed a source with no rows +* Fixes https://github.com/lyrasis/kiba-extend/issues/162[#162]: failure of `Delete::EmptyFields` transform when passed a source with no rows (PR#181) === Deleted