Browse Source

0.9.0 preparation: changelog markdown fix

sanex3339 8 years ago
parent
commit
c74f23805b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -1,6 +1,7 @@
 Change Log
 ===
 v0.9.0
+---
 * **Breaking change:** dropped `[email protected]` and `[email protected]` support.
 * **New option:** `controlFlowFlattening` allows to enable/disable **Control Flow flattening**. Control flow flattening is a structure transformation of the source code that hinders program comprehension.
 * **New option:** `controlFlowFlatteningThreshold` allows to set percentage of nodes that will affected by `controlFlowFlattening`.