From dc643d04d401ca8fbe2244d300361f503811a342 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 2 Dec 2020 12:52:45 -0500 Subject: [PATCH] Add a changelog Signed-off-by: mulhern --- CHANGES.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGES.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..e045c5d --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,26 @@ +dbus-signature-pyparsing 0.4 +============================ + +Recommended Python interpreter: 3.7.9 +Recommended tox version: 3.13.2 +Python auto-formatter: black (19.10b0) +Python import sorter: isort (4.3.21) +YAML linter: yamllint (1.23.0) + +- Split tests into two kinds, deterministic and Hypothesis based: + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/18 + +- Tidies and Maintenance: + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/21 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/17 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/16 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/13 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/12 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/11 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/10 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/9 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/8 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/7 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/6 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/4 + https://github.com/stratis-storage/dbus-signature-pyparsing/pull/3