From dda373823be9bfc69002ca4a01c2397ef5719141 Mon Sep 17 00:00:00 2001 From: augustusdsouza Date: Sat, 15 Jun 2013 00:01:34 +0530 Subject: [PATCH] Fixed a typo --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fb0a511b..7e640c55 100644 --- a/CHANGES +++ b/CHANGES @@ -15,7 +15,7 @@ Version 0.10.1 - 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 +- Fixed an issue where registering the same method twice for the same endpoint would trigger an exception incorrectly. Version 0.10