From d768637eb77615b9de512afb27acf54005296079 Mon Sep 17 00:00:00 2001 From: bzick Date: Thu, 5 Sep 2013 04:24:14 +0400 Subject: [PATCH] Update docs --- CHANGELOG.md | 8 +++++++- src/Fenom.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ebc47..6771b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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} diff --git a/src/Fenom.php b/src/Fenom.php index 50173cb..12c5063 100644 --- a/src/Fenom.php +++ b/src/Fenom.php @@ -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