Skip to content

Commit 2c8524a

Browse files
committed
tower v0.5.3
1 parent 50fa4b6 commit 2c8524a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tower/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# 0.5.3
9+
10+
### Added
11+
12+
- **builder**: Add `ServiceBuilder::boxed_clone_sync()` helper ([#804])
13+
14+
### Fixed
15+
16+
- **retry**: Check that supplied jitter is not NaN ([#843])
17+
18+
[#804]: https://github.com/tower-rs/tower/pull/804
19+
[#843]: https://github.com/tower-rs/tower/pull/843
20+
821
# 0.5.2
922

1023
### Added

0 commit comments

Comments
 (0)