From e3393d5448fd8b4392dc6959ca3e181dd1cbb5f6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Dec 2023 16:38:18 -0800 Subject: [PATCH] Release notes for version 2.2.6 --- release_notes/2.2.6.md | 5 +++++ release_notes/unreleased.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 release_notes/2.2.6.md diff --git a/release_notes/2.2.6.md b/release_notes/2.2.6.md new file mode 100644 index 0000000..978a1a9 --- /dev/null +++ b/release_notes/2.2.6.md @@ -0,0 +1,5 @@ +* Use the Vault API to create temporary files, instead of manual filesystem access [PAPP-32449] +* Update `min_phantom_version` to 6.1.1 +* Remove `requests` dependency, using the one built into the platform instead +* Suppress "progress" output from PowerShell, preventing actions from wrongly being marked as failed +* Improve Unicode parsing to prevent errors \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index 79e4937..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,6 +1 @@ **Unreleased** -* Use the Vault API to create temporary files, instead of manual filesystem access [PAPP-32449] -* Update `min_phantom_version` to 6.1.1 -* Remove `requests` dependency, using the one built into the platform instead -* Suppress "progress" output from PowerShell, preventing actions from wrongly being marked as failed -* Improve Unicode parsing to prevent errors