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
Improve handling of out-of-bounds requests (#1296)
This PR fixes a bug in the power manager, that was causing proposals to
be ignored when they were proposing bounds that were fully outside the
available bounds, under some cases.
Closes#1294
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,5 @@
15
15
## Bug Fixes
16
16
17
17
- The log level for when components are transitioning to a `WORKING` state is lowered to `INFO`, and the log message has been improved.
18
+
19
+
- This fixes a bug in the power manager, that was causing proposals to be ignored when they were proposing bounds that were fully outside the available bounds, under some cases.
0 commit comments