From 85bb2af429b8aa2b8257fb5112da454c334a09fd Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Sat, 2 Jul 2016 11:08:23 +0200 Subject: [PATCH] Add a changelog [ci skip] --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..164a7e8 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,9 @@ +# 0.1.2 + +## Refactor + +## Bug fixes + +* Do not reuse cURL sockets to avoid issues caused by too many simultaneous connections [#37](https://github.com/diaspora/diaspora_federation/pull/37) + +## Features