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