From 566d5927a59b5e20848bb1fcc54c5a4be9b86815 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 2 Aug 2022 23:40:00 +0100 Subject: [PATCH] write release changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0a01ba..14e6a558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2022/08/02 + +Version 0.11.0 brings documentation for fixed point numbers. We recommend all users upgrade to this version since it also includes fixes to a few functions in fixnum. See changed section for breaking changes. + ### 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. +- `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.