Skip to content

Commit d86cffb

Browse files
committed
Update CHANGELOG.md
1 parent 834d2c1 commit d86cffb

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.12.0-rc.0
4+
This is a major update that adds fixes and support for new operations:
5+
6+
* CI improvements - @axelson
7+
* Formatting updates - @axelson
8+
* Support for Elixir 1.16 - @axelson
9+
* Update getting started guide for Scenic in supervision tree - @amclain
10+
* Fix `already_started` error propogation failure - @seb3s
11+
* Add development Nix flake - @crertel
12+
* Reduce makefile compilation spam - @jjcartsens
13+
* Simplify `default_pin` and `centroid` code - @seb3s
14+
* Add new input events (`:btn_pressed`, `:btn_released`, `:dropdown_opened`, `:dropdown_closed`, `:dropdown_item_hover`, `:focus`, `:blur`) - @GPrimola
15+
* Add warning for missing `handle_input/3` on `request_input/2` - @BinaryNoggin
16+
* Add alpha channel to sprites - @seb3s
17+
* Add script arc functions - @GPrimola
18+
* Add extended rounded rectangle drawing - @GPrimola
19+
* Assorted updates for deprecations and warnings
20+
21+
322
## 0.11.2
423

524
* Variety of minor updates, bug fixes, and doc updates
@@ -113,7 +132,7 @@ continue to work, but will log a warning when used.
113132

114133
| Asset Class | Module |
115134
| ------------- | -----|
116-
| Fonts | `Scenic.Cache.Static.Font` |
135+
| Fonts | `Scenic.Cache.Static.Font` |
117136
| Font Metrics | `Scenic.Cache.Static.FontMetrics` |
118137
| Textures (images in a fill) | `Scenic.Cache.Static.Texture` |
119138
| Raw Pixel Maps | `Scenic.Cache.Dynamic.Texture` |

0 commit comments

Comments
 (0)