From e1ed2826da4eeeec7e909a466ba0c63e35ca0e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Mon, 9 Sep 2024 13:21:12 -0700 Subject: [PATCH] Update changelog --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 417d820d..46b5978f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ v2.1.0, 2024-09-05 * Library API for non-path input, accept markdown and dict input by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/712 * Allow whitespace on either side of main header delimiter by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/718 * Support offline entities spec v2024.1.0 via opt-in setting by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/719 +* Fix installed script name so `xls2xform` can be used by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/722 +* Upgrade Validate for `extract-signed`, `geofence` functions and new `distance` variants by @lognaturel in https://github.com/XLSForm/pyxform/pull/723 v2.0.3, 2024-04-18 * Don't use regex to clean up XML following pretty-printing by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/681