diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb141d..4709987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Automated tests in CI for real fuzzing runs ([#10](https://github.com/trailofbits/ruzzy/issues/10)) + ### Changed - `Ruzzy.c_trace_branch` to `Ruzzy.trace` to simplify interface +- Support for `clang` back to `14.0.6`, and system `clang`, e.g. from `apt` ([#12](https://github.com/trailofbits/ruzzy/pull/12)) ## [0.6.0] - 2024-02-13 diff --git a/README.md b/README.md index f53207d..6f2cdb4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Table of contents: # Installing -Currently, Ruzzy only supports Linux x86-64 and AArch64/ARM64. If you'd like to run Ruzzy on a Mac or Windows, you can build the [`Dockerfile`](https://github.com/trailofbits/ruzzy/blob/main/Dockerfile) and/or use the [development environment](#developing). Ruzzy requires a recent version of `clang`, preferably the [latest release](https://github.com/llvm/llvm-project/releases). +Currently, Ruzzy only supports Linux x86-64 and AArch64/ARM64. If you'd like to run Ruzzy on a Mac or Windows, you can build the [`Dockerfile`](https://github.com/trailofbits/ruzzy/blob/main/Dockerfile) and/or use the [development environment](#developing). Ruzzy requires a recent version of `clang` (tested back to `14.0.6`), preferably the [latest release](https://github.com/llvm/llvm-project/releases). Install Ruzzy with the following command: