mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
write release changelog
This commit is contained in:
parent
c38a036329
commit
566d5927a5
|
@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
### Added
|
||||||
- Support for sprites that are not square.
|
- Support for sprites that are not square.
|
||||||
- Docs for fixed point numbers.
|
- Docs for fixed point numbers.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Rect::contains_point now considers points on the boundary to be part of the rectangle.
|
- `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.
|
- Signature of `Rect::overlapping_rect` changed to return an Option. Returns None if rectangles don't overlap.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed point sine calculates the sine correctly.
|
- Fixed point sine calculates the sine correctly.
|
||||||
|
|
Loading…
Reference in a new issue