diff --git a/sdk/core/Azure.Core.Experimental/CHANGELOG.md b/sdk/core/Azure.Core.Experimental/CHANGELOG.md index 3bb5f141b27c..3dd13e682508 100644 --- a/sdk/core/Azure.Core.Experimental/CHANGELOG.md +++ b/sdk/core/Azure.Core.Experimental/CHANGELOG.md @@ -1,14 +1,11 @@ # Release History -## 0.1.0-preview.31 (Unreleased) - -### Features Added +## 0.1.0-preview.31 (2023-11-10) ### Breaking Changes -### Bugs Fixed - -### Other Changes +- `Variant.As` now allows returning `null` for reference types with no value. +- If a `Variant` is assigned a value that is a `Variant`, the left-hand `Variant` operand will now store the value that the right-hand `Variant` operand represents instead of storing the value as the `Variant` itself. ## 0.1.0-preview.30 (2023-09-07)