From 67804061ea78bf5b1f8b5556f102da9ceeeef14c Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 6 Oct 2013 11:02:29 -0500 Subject: [PATCH] update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 214fca4021..f938d72e3c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ HEAD +- Removes endpoint code that kept track of a connection list that was never used + anywhere. Removes a lock and reduces connection creation/deletion complexity + from O(log n) to O(1) in the number of connections. +- A number of internal changes to transport APIs - Deprecates iostream transport `readsome` in favor of `read_some` which is more consistent with the naming of the rest of the library. - Adds preliminary signaling to iostream transport of eof and fatal transport