document change

This commit is contained in:
Leo Horie 2014-06-26 16:35:35 -04:00
parent f46b8c9238
commit 474dd28e50

View file

@ -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)
---