From ca88918a42f0813d942ccbe93924c044e7e151d2 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 7 Dec 2020 15:57:17 +0100 Subject: [PATCH] Update changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb1ed72..a542d1a 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,10 @@ Arguments: ## Changelog +### v1.0.6 (December 7, 2020) + +- __Patch:__ No longer crashes when headers have already been sent; though in some cases this may break auto-reloading. If you can find a better solution for livereload injection, please file a PR! + ### v1.0.4 (October 23, 2020) - __Patch:__ No longer breaks in development mode when a string is sent as the response (rather than a Buffer).