Skip to content

Commit

Permalink
add CHANGELOG entries for binary-affecting Core.Experimental changes …
Browse files Browse the repository at this point in the history
…since 2023-09-07 (#39902)
  • Loading branch information
annelo-msft committed Nov 10, 2023
1 parent a3e04bd commit 94c717a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sdk/core/Azure.Core.Experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<T>` 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)

Expand Down

0 comments on commit 94c717a

Please sign in to comment.