update storage changelog (#2423)

This commit is contained in:
JinmingHu 2021-06-08 14:24:41 +08:00 committed by GitHub
parent 1d6458e70d
commit 8f08d9c043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## 12.0.0 (2021-06-08)
### Other Changes and Improvements
- Added and updated some samples.
- Fixed a read consistency issue.
## 12.0.0-beta.11 (2021-05-19)

View File

@ -2,6 +2,9 @@
## 12.0.0 (2021-06-08)
### Other Changes and Improvements
- Fixed a filename encoding issue.
## 12.0.0-beta.11 (2021-05-19)

View File

@ -9,6 +9,8 @@
### Other Changes and Improvements
- Removed `IfUnmodifiedSince` from access conditions of setting filesystem metadata operation.
- Updated some samples.
- Fixed a read consistency issue.
## 12.0.0-beta.11 (2021-05-19)

View File

@ -6,6 +6,10 @@
- Renamed `ContentLength` in `FileItemDetails` to `FileSize`.
### Other Changes and Improvements
- Updated some samples.
- Fixed a read consistency issue.
## 12.0.0-beta.11 (2021-05-19)