Skip to content

Commit

Permalink
Merge #112
Browse files Browse the repository at this point in the history
112: 0.20.1 Updated CHANGELOG.md. r=torkleyy a=trsoluti

Updated CHANGELOG.md to include the changes for v0.19 and v0.20.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/rustgd/collision-rs/112)
<!-- Reviewable:end -->


Co-authored-by: trsolutions <thomas_odell@trsolutions.biz>
  • Loading branch information
bors[bot] and trsoluti committed Apr 3, 2019
2 parents 6e4d23d + 03833e5 commit e4997c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

### v0.20
- No actual API change, but updated to Rust2018 and synced with cgmath 0.17
- Uses latest versions of rand and approx for compatibility with other libraries

### v0.19
- Updated version of num library to 0.2
- Minor refactoring of code based on clippy comments (no change to api)
- Updated documentation for Variance type in SweepAndPrune.

### v0.18
- Update GJK intersection tests to use `smallvec` for the `Simplex`, since it will never grow larger than 4 entries.
Small breaking change in the signature for the `GJK::intersect` function.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "collision"
version = "0.20.0"
version = "0.20.1"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",
Expand Down

0 comments on commit e4997c0

Please sign in to comment.