Skip to content

Commit

Permalink
Update CHANGELOG.md (#36828)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

Update Changelog to reflect being released today.

* Changelog Updates
  • Loading branch information
jairmyree authored Sep 19, 2023
1 parent 4eb58e9 commit 39992bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Release History

## 12.3.15 (2023-09-13)
## 12.3.15 (2023-09-18)

### Bugs Fixed
- Fixed bug where delete entity did not work on entities with empty primary keys.[(33390)](https://github.com/Azure/azure-sdk-for-java/issues/36690)
- Fixed bug where get entity did not work on entities with empty primary keys.
- Fixed the issue with `TableClient` and `TableAsyncClient` where `deleteEntity` did not work on entities with empty primary keys.[(33390)](https://github.com/Azure/azure-sdk-for-java/issues/36690)
- Fixed the issue with `TableClient` and `TableAsyncClient` where `getEntity` did not work on entities with empty primary keys.

### Other Changes
- Migrate test recordings to assets repo
Expand Down

0 comments on commit 39992bb

Please sign in to comment.