Skip to content

Commit 50b8d36

Browse files
committed
fix(envelope): prevent out of bound error on empty search result
Refs: #518
1 parent 9aa408a commit 50b8d36

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
- Fixed de/serialization issues of backends' `none` variant. [#523]
2323

24+
- Fixed list envelopes out of bound error when empty result. [#518]
25+
2426
## [1.0.0] - 2024-12-09
2527

2628
The Himalaya CLI scope has changed. It does not include anymore the synchronization, nor the envelope watching. These scopes have moved to dedicated projects:
@@ -951,6 +953,7 @@ Few major concepts changed:
951953
[#496]: https://github.com/pimalaya/himalaya/issues/496
952954
[#508]: https://github.com/pimalaya/himalaya/issues/508
953955
[#515]: https://github.com/pimalaya/himalaya/issues/515
956+
[#518]: https://github.com/pimalaya/himalaya/issues/518
954957
[#522]: https://github.com/pimalaya/himalaya/issues/522
955958
[#523]: https://github.com/pimalaya/himalaya/issues/523
956959
[#536]: https://github.com/pimalaya/himalaya/issues/536

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)