From 474dd28e50b4eb99d0072609c323a7c3c3d20281 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 26 Jun 2014 16:35:35 -0400 Subject: [PATCH] document change --- docs/change-log.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/change-log.md b/docs/change-log.md index fb8cf4bf..c8d4c343 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -10,6 +10,7 @@ - fixed a subtree directive bug that happened in inputs inside loops - fixed select.value so that the correct option is displayed on first render +- in m.request, non-idempotent methods now automatically send appropriate Content-Type header if `serialize` is `JSON.stringify` [#139](https://github.com/lhorie/mithril.js/issues/139) ---