From 43a258efaa362d8a397e2aebe945800e2bac81ba Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 10 Oct 2013 08:42:13 -0500 Subject: [PATCH] updates changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index f5f5ede288..04adfe3f57 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ HEAD +- Consolidates all bundled library licenses into the COPYING file. +- Updates bundled sha1 library to one with a cleaner interface and more + straight-forward license. - Re-introduces strands to asio transport, allowing `io_service` thread pools to be used (with some limitations). - Removes endpoint code that kept track of a connection list that was never used