diff --git a/CHANGES b/CHANGES index 7f7e6091..edb49766 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,8 @@ Pending bugfix release. - Added support for byte strings back to the session system. This broke compatibility with the common case of people putting binary data for token verification into the session. +- Fixed an issue were registering the same method twice for the same endpoint + would trigger an exception incorrectly. Version 0.10 ------------