You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@
17
17
* FontMetrics can be used to measure strings, trim to fit, and more
18
18
* Dynamic Textures in the form of raw pixel maps are now supported. This should allow you to capture raw images off of a camera and display them without encoding/decoding
19
19
* leading spaces in a text primitive are now rendered
20
+
* Scene callbacks are all updated to support the OTP 21+ callback returns.
21
+
* Scenes now have the terminate callback.
22
+
* push_graph is deprecated in favor of returning {:push, graph} options form the callbacks
0 commit comments