From 2f0ea61fe5f25c9855b38343b0a6cf01cdd1defb Mon Sep 17 00:00:00 2001 From: Justin Baker Date: Mon, 22 Jan 2018 16:17:41 -0600 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4372fd..2de4485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Allow `Conn.new/2` to use a url string instead of a `URI` struct. - Automatically add a "/" path to a pathless url. - The HTTP request will break without a valid path! +- Add `child_spec` definitions for Elixir 1.5+ + - Or any version that exports `Supervisor.child_spec/2` +- Some documentation tweaks ### Bug Fixes - No longer invoke `handle_disconnect` if there is reason to exit from invoking