-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c10142
commit d3e0f73
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Version 0.2.0 | ||
* Fixed a few false-attribution problems. | ||
* Syntax highlight code snippets. | ||
* Optimised Cackle's analysis speed ~4x faster. | ||
* Added `cargo` subcommand. e.g. `cackle cargo test`. | ||
* Supports running tests in sandbox. | ||
* Sandbox config now supports making select directories writable. | ||
* Support showing a backtrace of how an API usage location is reachable. | ||
* Output from `cargo build` is now shown when running `cackle check`. | ||
* Added automated config edit to exclude a path from an API. | ||
* Binary releases now available on github. |