Skip to content

Commit

Permalink
Improve the wording of a CHANGELOG entry.
Browse files Browse the repository at this point in the history
"looping" is a better term than "cycling" ("cycling" means "riding a bike" in English).
  • Loading branch information
s3rvac committed Feb 22, 2019
1 parent a656c30 commit a8ab218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Fix: Fixed generation of MIPS branch instructions ([#88](https://github.com/avast-tl/retdec/issues/88)).
* Fix: Fixed generation of empty if blocks in C output ([#83](https://github.com/avast-tl/retdec/issues/83)).
* Fix: Fixed decompilation of simple x86 system calls ([#24](https://github.com/avast-tl/retdec/issues/24)).
* Fix: Fixed potential infinite cycling in llvmir2hll's copy propagation pass ([#479](https://github.com/avast-tl/retdec/issues/479)).
* Fix: Fixed potential infinite looping in llvmir2hll's copy propagation pass ([#479](https://github.com/avast-tl/retdec/issues/479)).
* Fix: Fixed `FilesystemPath::isFile()` ([#490](https://github.com/avast-tl/retdec/issues/490), [#491](https://github.com/avast-tl/retdec/pull/491)).
* Fix: Fixed `retdec-signature-from-library-creator.py` when there is a lot of input files by adding an option to `retdec-bin2pat` to have the objects list passed through a text file instead of via program arguments ([#472](https://github.com/avast-tl/retdec/issues/472), [#484](https://github.com/avast-tl/retdec/pull/484)).
* Fix: Stricter rules for PE section names ([#451](https://github.com/avast-tl/retdec/issues/451)).
Expand Down

0 comments on commit a8ab218

Please sign in to comment.