From f22c542a0d700b8319d8062df486176cb11271b3 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 30 Aug 2013 16:34:54 -0500 Subject: [PATCH] update credits for previous fix --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 694a41e910..24b9471cba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ HEAD -- Fixes a compile error on visual studio when using interrupts +- Fixes a compile error on visual studio when using interrupts. Thank you Javier + Rey Neira for reporting this. - Adds new 1012 and 1013 close codes per IANA registry - Add `set_remote_endpoint` method to iostream transport. - Add `set_secure` method to iostream transport.