Skip to content

Commit

Permalink
Changelog for 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazariglez committed Feb 18, 2024
1 parent 036b831 commit 005f53f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## UNRELEASED

- Updated EGUI to `0.24`.
## v0.12.0 - 19/02/2024

- Updated EGUI to `0.26`.
- Removed `egui::plugin::Output.needs_repaint()`, now is only used internally and not exposed to users.
- Exposed `notan::draw::DrawBuilder` allowing custom builders.
- Exposed `notan::app::AppTimer`.
- Added `draw.point` allowing to draw points. Check `examples/draw_point.rs`.
- Allow to compile the crate without a backend selected.
- Changed `WindowConfig::set_canvas_id` to `WindowConfig::set_app_id` and is not available for wayland too.
- Fixed `app.request_frame()` when using lazy lopps on Window OS.

## v0.11.0 - 18/10/2023

Expand Down

0 comments on commit 005f53f

Please sign in to comment.