update change log

This commit is contained in:
Leo Horie 2014-12-02 13:13:11 -05:00
parent 5f12b23f37
commit 3d831a3294
2 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,7 @@
module.exports = function(grunt) {
_ = require('lodash');
var version = "0.1.25";
var version = "0.1.26";
var inputFolder = "./docs";
var tempFolder = "./temp";

View file

@ -1,5 +1,14 @@
## Change Log
[v0.1.26](/mithril/archive/v0.1.26) - maintenance
### Bug Fixes:
- make sure input[type] is CSS-targetable [#364](https://github.com/lhorie/mithril.js/issues/364)
- throw error if m.route.param is called before initializing routes [#361](https://github.com/lhorie/mithril.js/issues/361)
---
[v0.1.25](/mithril/archive/v0.1.25) - maintenance
### Bug Fixes: