mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update docs
This commit is contained in:
parent
afd3218ed4
commit
d768637eb7
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user