diff --git a/BreakingChanges.txt b/BreakingChanges.txt index a8f72dff5806..79229edf4d55 100644 --- a/BreakingChanges.txt +++ b/BreakingChanges.txt @@ -1,12 +1,4 @@ -Changes in 5.1.0 - -FILE - * In CloudFileShareProperties, setShareQuota() no longer asserts in bounds. This check has been moved to create() and uploadProperties() in CloudFileShare. - -BLOB/FILE - * Fixed a bug which prevented setting content MD5 to true when calling openWriteExisting() on a page blob or file. - -Changes in 5.0.0 +Changes in 5.0.0 BLOB * getQualifiedUri() has been deprecated. Please use getSnapshotQualifiedUri() instead. This new function will return the blob including the snapshot (if present) and no SAS token. diff --git a/ChangeLog.txt b/ChangeLog.txt index 6f2d4d628b72..6f16e6fbaf9c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,7 +4,8 @@ * Fixed a bug that prevented setting content MD5 to true when creating a new file. * Fixed a bug where access conditions, options, and operation context were not being passed when calling openWriteExisting() on a page blob or a file. * Fixed a bug where an exception was being thrown on a range get of a blob or file when the options disableContentMD5Validation is set to false and useTransactionalContentMD5 is set to true and there is no overall MD5. - * Fixed a bug where retries were happening immediately if a sock exception was thrown. + * Fixed a bug where retries were happening immediately if a socket exception was thrown. + * In CloudFileShareProperties, setShareQuota() no longer asserts in bounds. This check has been moved to create() and uploadProperties() in CloudFileShare. 2017.01.18 Version 5.0.0 * Prefix support for listing files and directories.