Skip to content

Commit

Permalink
[core-paging] Update changelog for release (Azure#23656)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanh-phan authored Oct 31, 2022
1 parent f7addb6 commit b1f5712
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/core/core-paging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.4.0 (Unreleased)
## 1.4.0 (2022-11-03)

### Features Added

- Add `toElements` function to convert a page to a list of elements

### Breaking Changes

### Bugs Fixed

### Other Changes

- Allow `PagedResault.getPage()` to return `undefined`, indicating no more pages left. This avoids having to return a page of empty array in the scenario where the total number of elements is unknown, service doesn't indicate whether there are more results, and we rely on service returning empty result to know that enumeration is done.
Expand Down

0 comments on commit b1f5712

Please sign in to comment.