Updated CHANGELOG.md

This commit is contained in:
Patrick Steele-Idem 2017-03-16 11:39:33 -07:00
parent 3d3229d972
commit a8e20a0625

View File

@ -5,6 +5,11 @@ Changelog
## 4.1.x
### 4.1.2
- Bug: Fixed [#623](https://github.com/marko-js/marko/issues/623) - Uncaught TypeError: `toEl.$__hasAttribute` is not a function
- Bug: Fixed [#619](https://github.com/marko-js/marko/issues/619) - Deprecated `constructor()` for UI component classes
### 4.1.1
- Added `"use strict";` to restore Node.js compatibility for Node.js v4 and v5