mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated CHANGELOG
This commit is contained in:
parent
6869b33e6f
commit
0a1898a0bc
10
CHANGELOG.md
10
CHANGELOG.md
@ -5,6 +5,16 @@ Changelog
|
||||
|
||||
## 2.5.x
|
||||
|
||||
### 2.6.0
|
||||
|
||||
- Performance improvements
|
||||
- `'use strict';`
|
||||
- Optimized render code paths
|
||||
- Code cleanup
|
||||
- Compatibility fixes for Node.js 0.12
|
||||
- Bad: `fs.readFile(path, 'utf8')`
|
||||
- Good: `fs.readFile(path, {encoding: 'utf8'})`
|
||||
|
||||
### 2.5.0
|
||||
|
||||
- Fixes #78 - Custom Node.js require extension for Marko template files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user