Skip to content

Commit

Permalink
CHANGELOG.md: link the new converter enhancement entry with issue #211.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Feb 22, 2019
1 parent a8ab218 commit 06b6a89
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 @@ -4,7 +4,7 @@

* New Feature: Added presentation of imported types and TypeRef hashes for .NET binaries ([#363](https://github.com/avast-tl/retdec/issues/363), [#364](https://github.com/avast-tl/retdec/issues/364), [#428](https://github.com/avast-tl/retdec/issues/428)).
* New Feature: Added computation and presentation of icon hashes for exact and also similarity matching in PE files ([#339](https://github.com/avast-tl/retdec/issues/339)).
* Enhancement: The `new` LLVM IR to BIR converter is now the default back-end's converter. In most cases, this will improve code structure and significantly speed up decompilations.
* Enhancement: The `new` LLVM IR to BIR converter is now the default back-end's converter. In most cases, this will improve code structure and significantly speed up decompilations ([#211](https://github.com/avast-tl/retdec/issues/211)).
* Enhancement: The `fileformat` library, and all its object file modules, accept both `std::istream` and `(data, size)` pair, in addition to the original input file path.
* Enhancement: Reduced the needed stack space in `retdec-llvmir2hll` ([#492](https://github.com/avast-tl/retdec/pull/492)).
* Enhancement: Added support for build and run on FreeBSD and potentially on other BSD OSes ([#476](https://github.com/avast-tl/retdec/pull/476)).
Expand Down

0 comments on commit 06b6a89

Please sign in to comment.