Explorar el Código

0.9.0 preparation: changelog markdown fix

sanex3339 hace 8 años
padre
commit
c74f23805b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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`.