Skip to content

Commit 9e93238

Browse files
committed
Add CHANGES for 2.0.2
1 parent f330065 commit 9e93238

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## 2.0.2 (unreleased)
1+
## 2.0.2
22
* Rename `Rmtmps` to `RmUnused` (#135).
33
* Add option to add return statement to `noreturn` functions (#129).
4+
* Fix empty `if`s being removed (#140).
45
* Fix `_Float128` support (#118, #119).
56
* Fix C11 `_Alignas` computation (#130).
67
* Fix renaming and merging of `inline` functions based on C standard (#120, #124).
7-
* Fix `Pretty` not resetting all global state between calls (#133).
8+
* Fix `Pretty` not resetting all global state between calls (#133, #134).
9+
* Fix `fundec` location in merger (#139).
810
* Fix `cilly` patcher (#128).
11+
* Disable basename by default in parser.
912

1013
## 2.0.1
1114
* Fix scope of enum definition in return type (#112, #113).

0 commit comments

Comments
 (0)