Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2019-06-09

Fixed

  • Panic when drawing an empty GlyphBrush.

0.3.0 - 2019-05-03

Added

  • This changelog.

Changed

  • The transformation matrix in draw_queued_with_transform will be applied directly to vertices in absolute coordinates. This makes reusing vertices with different projections much easier. See glyph_brush/pull/64.

Removed

  • Target dimensions in draw_queued_with_transform. The transform needs to take care of translating vertices coordinates into the normalized space.

0.2.0 - 2019-04-28

Added

  • Configurable render target format.

0.1.1 - 2019-04-27

Fixed

  • Instance buffer resize issue. Now, the instance buffer resizes when necessary.

0.1.0 - 2019-04-27

Added

  • First release! 🎉