Update docs

This commit is contained in:
bzick 2013-09-05 04:24:14 +04:00
parent afd3218ed4
commit d768637eb7
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
Changelog
=========
## 1.4.0
### 1.4.1 (2013-09-05)
- Fix equating for {case} in {switch}
- Fix ternary operator when option `force_verify` is enabled
- Docs++
## 1.4.0 (2013-09-02)
- Redesign tag {switch}
- Add tag {insert}

View File

@ -35,7 +35,7 @@ class Fenom
const FORCE_COMPILE = 0x100;
const AUTO_ESCAPE = 0x200;
const DISABLE_CACHE = 0x400;
const FORCE_VERIFY = 0x800; // reserved
const FORCE_VERIFY = 0x800;
const AUTO_TRIM = 0x1000; // reserved
const DENY_STATICS = 0x2000; // reserved