diff --git a/CHANGELOG.md b/CHANGELOG.md index c05a9574..881388e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed +- [PR#183](https://github.com/EmbarkStudios/cargo-deny/pull/183) resolved an infinite loop issue which could be caused by cyclic dependencies in a crate graph. Thanks [@Veetaha](https://github.com/Veetaha)! + ## [0.6.6] - 2020-02-25 ### Changed - Updated crates. Mainly to force a new version because the Windows release messed up. Yay!