You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix comment in BackoffAlgorithm_GetNextBackoff (#27)
Fix invalid comment about meaning of **BACKOFF_ALGORITHM_RETRY_FOREVER** constant in `BackoffAlgorithm_GetNextBackoff`API. The issue was pointed in #26.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog for backoffAlgorithm Library
2
2
3
+
## Changes after v1.0.1
4
+
-[#27](https://github.com/FreeRTOS/backoffAlgorithm/pull/26) Fix incorrect comment about use of BACKOFF_ALGORITHM_RETRY_FOREVER constant in BackoffAlgorithm_GetNextBackoff API.
0 commit comments