Fix the date in the changelog for storage beta.6 packages using the correct year to avoid auto version bump PR re-ordering it (#1970)
* Fix the date in the changelog for storage beta.6 packages using the correct year to avoid auto version bump PR re-ordering it * Fix the year for common beta.6 * Fix the CL year for shares beta.6 * Fix the CL year for datalake beta.6
This commit is contained in:
parent
d6cd0af3cc
commit
82dd53f3b1
@ -81,7 +81,7 @@
|
||||
- Removed `BlobPrefix` struct, use `std::string` instead.
|
||||
- Refined `BlobContainerItem`, `BlobItem`, `DownloadBlobResult` and `DownloadBlobToResult`.
|
||||
|
||||
## 12.0.0-beta.6 (2020-01-14)
|
||||
## 12.0.0-beta.6 (2021-01-14)
|
||||
|
||||
### New Features
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
- Fixed `ClientRequestId` wasn't filled in `StorageException`.
|
||||
|
||||
## 12.0.0-beta.6 (2020-01-14)
|
||||
## 12.0.0-beta.6 (2021-01-14)
|
||||
|
||||
### New Features
|
||||
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
- Renamed `DataLakePathClient::GetAccessControls` to `DataLakePathClient::GetAccessControlList`.
|
||||
- Removed unused parameters, options, results and functions in protocol layer.
|
||||
|
||||
## 12.0.0-beta.6 (2020-01-14)
|
||||
## 12.0.0-beta.6 (2021-01-14)
|
||||
|
||||
### New Features
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
- Removed `c_` for constants and renamed to pascal format.
|
||||
|
||||
## 12.0.0-beta.6 (2020-01-14)
|
||||
## 12.0.0-beta.6 (2021-01-14)
|
||||
|
||||
### New Features
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user