We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fa4b6 commit 2c8524aCopy full SHA for 2c8524a
tower/CHANGELOG.md
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
21
# 0.5.2
22
23
### Added
0 commit comments