Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg authored Apr 16, 2020
1 parent 065b8a9 commit 8fdff10
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Work In Progress
## v0.4.0-alpha0.3
- Update `golem` to `v0.1.1` to fix non-power-of-2 textures
- `impl std::iter::Sum for geom::Vector`
- Implement `std::ops::MulAssign`, `std::ops::AddAssign`, and `std::ops::SubAssign` for `Transform`s.
- Addition and subtraction of Tranforms supported to help with easing function calculations
- Added an example with loading progress bar
- Add `Timer` struct to help timing draw calls and a consistent update cycle
Expand All @@ -11,11 +14,6 @@
- `VectorFont` allows you to load TTF files via rusttype
- `FontRenderer` allows you to draw glyphs to the screen

## v0.4.0-alpha0.3
- Update `golem` to `v0.1.1` to fix non-power-of-2 textures
- `impl std::iter::Sum for geom::Vector`
- Implement `std::ops::MulAssign`, `std::ops::AddAssign`, and `std::ops::SubAssign` for `Transform`s.

## v0.4.0-alpha0.2
- Fix the "easy-log" feature
- [BREAKING] `fill_circle` now takes a `&Circle` instead of a separate center and radius
Expand Down

0 comments on commit 8fdff10

Please sign in to comment.