From 893de8b4ffadc5da48bcf0860c465d0dc005f773 Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Tue, 25 Jan 2022 22:30:16 +0100 Subject: [PATCH] Add change notice about m.request adoption for no content handling --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index b246c9aa..33c59d64 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -38,6 +38,7 @@ PSA: changes to [`mithril/stream`](stream.md) are now specified in this changelo - This mainly exists just to kick the can down the road - this is the only case I'm aware of where the DOM itself would be responsible for throwing an error. A proper fix to the greater issue of error handling is much more complex, and I'd rather not block users any longer over this one specific issue. - Allow Mithril to be loaded in non-browser environments without modification. ([#2633](https://github.com/MithrilJS/mithril.js/pull/2633) [@isiahmeadows](https://github.com/isiahmeadows)) - Work around a bundler bug that corrupted RegExps [#2647](https://github.com/MithrilJS/mithril.js/issues/) ([#2655](https://github.com/MithrilJS/mithril.js/pull/2655)) +- Adapt handling of no content (204) responses to match XHR Spec ([#2624](https://github.com/MithrilJS/mithril.js/pull/2641)) [@Evoke-PHP](https://github.com/Evoke-PHP) Important note: if you were using any of these undocumented tools, they are no longer available as of this release. This is not considered a breaking change as they were written for internal usage and as of v2 are all 100% unsupported in userland.