From e75d20102c1c2f3363f1a60a0165abd46b962eed Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 20 Aug 2018 00:10:09 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a80483..d043cc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,4 +27,5 @@ with `Angel.eagerParseRequestBodies`. * `Angel.storeOriginalBuffer` -> `Angel.storeRawRequestBuffers`. * The methods `lazyBody`, `lazyFiles`, and `lazyOriginalBuffer` on `ResponseContext` were all replaced with `parseBody`, `parseUploadedFiles`, and `parseRawRequestBuffer`, respectively. -* Removed the synchronous equivalents of the above methods (`body`, `files`, and `originalBuffer`). \ No newline at end of file +* Removed the synchronous equivalents of the above methods (`body`, `files`, and `originalBuffer`), +as well as `query`. \ No newline at end of file