Add release note for paused handler fix

Release note was not included with: https://review.openstack.org/575515

Change-Id: Ic62e3e3db5bb8dbcec4107ff1e284f3843282940
This commit is contained in:
David Shrewsbury 2018-06-20 07:53:59 -04:00
parent 4cec75a7e8
commit 3eab2396ae
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixed a bug where if a request handler is paused and an exception is thrown
within the handler, the handler was not properly unpaused and the request
remained in the list of active handlers.