* [Only enable -fuse-ld=gold on Linux.](https://github.com/rust-fuzz/afl.rs/pull/147)
0.4.2
* [Work around linking issues from rust-fuzz/afl.rs141, rust-lang/rust53945](https://github.com/rust-fuzz/afl.rs/pull/144)
0.4.1
* [Set RUSTDOCFLAGS to avoid issues with linkage for doctests](https://github.com/rust-fuzz/afl.rs/pull/143)
0.4
* Rename afl.start() as afl.init(), for consistency with AFL >= 1.89b. The old name is still available, but it's deprecated. * Add new interface for persistent mode, afl.loop(). Remove the old interface, afl.persistent(). * Improve the test suite.
-- Jakub Wilk <jwilkjwilk.net> Tue, 01 Sep 2015 16:28:06 +0200
0.4.0
* [Run AFL in persistent mode, use `panic::set_hook()`, add ASAN/TSAN flags, deprecate non-persistent functions, `RUSTFLAGS` no longer get overwritten](https://github.com/rust-fuzz/afl.rs/pull/137)
0.3.2
* [Commit cargo.lock since we now distribute a binary](https://github.com/rust-fuzz/afl.rs/commit/fc80199080f36ea0c249e1a4bb827370dcefebc2)