diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f1c3724..203103eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - Fix possible JavaScript error in script injection in IE<9 in `next-tick` ([#324](https://github.com/bem/bem-core/issues/324)). - Fix `FastClick` initialisation in `jquery__event_type_pointerclick` of `touch.blocks` ([#332](https://github.com/bem/bem-core/issues/332)). - Fix `node.js` tech bug on Windows systems ([#274](https://github.com/bem/bem-core/issues/274)). +- Fix `i-bem__dom_elem-instances` bug with `onElemSetMod` ([#340](https://github.com/bem/bem-core/issues/340)). +- Use bemhtml from [bem-xjst](https://github.com/bem/bem-xjst) ([#329](https://github.com/bem/bem-core/issues/329)). ### Other changes diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index 21a195dd5..54f5e87a9 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -14,6 +14,8 @@ - Исправлена ошибка в инициализации плагина `FastClick` в модуле `jquery__event_type_pointerclick` на уровне `touch.blocks` ([#332](https://github.com/bem/bem-core/issues/332)). - Исправлена ошибка в технологии `node.js` в Windows ([#274](https://github.com/bem/bem-core/issues/274)). +- Исправлена ошибка в `onElemSetMod` в `i-bem__dom_elem-instances` ([#340](https://github.com/bem/bem-core/issues/340)). +- В технологии `bemhtml` используется [bem-xjst](https://github.com/bem/bem-xjst) ([#329](https://github.com/bem/bem-core/issues/329)). ### Остальные изменения