From ea6aa248bf2621cfc058ae3c5d5f3db6271a0cec Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Mon, 3 Jun 2019 16:25:45 -0400 Subject: [PATCH] Bump changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c355396b6a..4e1b40dc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,15 @@ Note the websocket/longpoll configuration given to socket/3 will only apply afte The old APIs for building transports are also deprecated. The good news is: adapting an existing transport to the new API is a less error prone process where you should mostly remove code. +## 1.4.7-dev + +### Enhancements + * [Router] Add `route_info` for compile and runtime metadata for a given request verb, path, and host + * [Endpoint|Router|Controller|Channel] Add `:telemetry` integration with dispatched telemetry events + +### Bug Fixes + * [Router] Fix compile error for scope's with named parameters when using `forward` route definitions + ## 1.4.6 (2019-05-13) ### Bug Fixes