From e8a5a61c1ad4954d4ea29027b57d78f52e760559 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 10 Nov 2018 20:07:44 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3410377..1f148a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Allow `ResponseContext.redirect` to take a `Uri`. * Add `Angel.mountController`. * Add `Angel.findServiceOf`. +* Roll in HTTP/2. See `pkg:angel_framework/http2.dart`. # 2.0.0-alpha.10 * All calls to `Service.parseId` are now affixed with the `` argument.