diff --git a/CHANGELOG.md b/CHANGELOG.md index 4348399..b3b778b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.4 - 2014-10-14 + +- allow to load pages without any attributes on `` element (fix [#6](https://github.com/MoOx/pjax/issues/6)) +- make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13)) + # 0.1.3 - 2014-09-16 - clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)