updating release notes (#1620)

This commit is contained in:
Vallie Joseph
2024-01-10 10:43:38 -05:00
committed by GitHub
parent 64b2775394
commit 0389dcd5e4
3 changed files with 11 additions and 7 deletions

View File

@@ -97,7 +97,11 @@
### 2.0.0
Major release. Supports new Artifact backend for improved speed, reliability and behavior.
Numerous API changes, [some breaking](./README.md#breaking-changes).
- Major release. Supports new Artifact backend for improved speed, reliability and behavior.
- Numerous API changes, [some breaking](./README.md#breaking-changes).
Blog post with more info: TBD
- Blog post with more info: TBD
### 2.0.1
- Patch to fix transient request timeouts https://github.com/actions/download-artifact/issues/249