Skip to content

Commit

Permalink
(CHANGELOG) fixed some details [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXSoft committed Dec 24, 2021
1 parent 94d33e8 commit 8d20e63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the Koopa will be documented in this file.

## 0.0.2 - 2021-12-24

# Added
### Added

* More re-imports.
* Example `opt`, `brainfuck` and `interpreter`.
Expand All @@ -13,14 +13,14 @@ All notable changes to the Koopa will be documented in this file.
* Method `Generator::new_with_visitor` for visitors that has internal state.
* `ValueCursorMut` for instruction list in basic blocks.

# Changed
### Changed

* Replaced all `debug_assert`s with `assert`s.
* Removed all unary operations.
* Signature of method `Driver::from_path` and `Generator::from_path`.
* Signature of method `Value::replace_all_uses_with`.

# Fixed
### Fixed

* Fault about generating branch instructions into LLVM IR.
* Fault about creating file in `Generator::from_path`.
Expand Down

0 comments on commit 8d20e63

Please sign in to comment.