Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwint committed Jan 1, 2024
1 parent bc0738e commit ca94bf6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)

### Removed

- `--acl` option. Use `--s3-put-args='ACL=...'` instead.
- `--acl` option. Use `--s3-put-args='ACL=...'` instead. [The use of ACLs is discouraged].

[The use of ACLs is discouraged]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html


## 1.2.1 - 2023-12-31
Expand Down Expand Up @@ -62,8 +64,7 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)

### Added

- SHA-256 checksums of packages to URLs. [@andrei-shabanski](https://github.com/andrei-
shabanski)
- SHA-256 checksums in URLs. [@andrei-shabanski](https://github.com/andrei-shabanski)
- `--no-sign-request` option to disable S3 authentication.
[@jaustinpage](https://github.com/jaustinpage)
- Expand glob patterns in case they were not expanded by a shell.
Expand Down

0 comments on commit ca94bf6

Please sign in to comment.