Skip to content

Commit fcf4cd3

Browse files
committed
add changelog comments
1 parent 1dc7c86 commit fcf4cd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
a ViewPort back to the original scene it was started with.
1212
* Integrated spec-based graphs from @pragdave. This is a cleaner looking way to build graphs.
1313
See the changes in primitives.ex
14-
14+
* Breaking changes to Scenic.Cache. It has been replaced by asset specific caches.
15+
* Integration of font metrics
16+
* Buttons, checkboxes, radios, etc can be auto-sized to fix their text
17+
* FontMetrics can be used to measure strings, trim to fit, and more
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
1519

1620
## 0.9.0
1721
* Much improved testing

0 commit comments

Comments
 (0)