Skip to content

Commit 8ad5fe7

Browse files
committed
add notes about callback changes and push_graph deprecation to changelog
1 parent e7da5e2 commit 8ad5fe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
* FontMetrics can be used to measure strings, trim to fit, and more
1818
* 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
1919
* 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
2023

2124
## 0.9.0
2225
* Much improved testing

0 commit comments

Comments
 (0)