From ac5d7ea5af9734de965688b54a7860259887b537 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 27 Feb 2015 09:51:47 -0500 Subject: [PATCH] changelog typo --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2906c724c..296f1054e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ HEAD - Bug: Fixes an issue where some frame data was counted against the max header size limit, resulting in connections that included a lot of frame data immediately after the opening handshake to fail. - Bug: Fix a type in the name of the set method for `max_http_body_size`. #406 +- Bug: Fix a type in the name of the set method for `max_http_body_size`. #406 Thank you jplatte for reporting. 0.5.0 - 2015-01-22