From ba9ec2b638be92b20169bbdcec5594437758d0c7 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 2 Aug 2022 22:36:15 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a2251e..8b0a01ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for sprites that are not square. +- Docs for fixed point numbers. + +### Changed +- Rect::contains_point now considers points on the boundary to be part of the rectangle. +- Signature of Rect::overlapping_rect changed to return an Option. Returns None if rectangles don't overlap. + +### Fixed +- Fixed point sine calculates the sine correctly. ## [0.10.0] - 2022/07/31