# Changelog
## Version 0.2.2
* Add `owned` feature using [`owned_ttf_parser`](https://crates.io/crates/owned_ttf_parser) for _more flexibility_ when loading fonts
---
## Version 0.2.1
* Add a method for cleaning the internal glyph cache
---
## Version 0.2.0
* Add functionality for generating 2D meshes
* Add benchmarks using [criterion](https://crates.io/crates/criterion)
* Shrink crate size by including only a subset of glyphs in the built-in font
* Fix function signatures
---
## Version 0.1.1
* Add precaching functionality
---