소스 검색

0.9.0 preparation: changelog markdown fix

sanex3339 8 년 전
부모
커밋
c74f23805b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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`.