Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 2.03 KB

Changelog

The latest published Parley release is 0.1.0 which was released on 2024-05-01. You can find its changes documented below.

This release has an MSRV of 1.70.

Added

Parley

  • Example using tiny-skia which renders into a png (#55 by @nicoburns)
    • Breaking change: There is now a blanket implementation for Brush.
  • A swash example which renders into a png (#54 by @nicoburns)

Changed

General

Parley

  • Emoji clusters now get an Emoji family added by default (#56 by @dfrg)

Fontique

Fixed

Fontique

Removed

Fontique

  • Breaking change: removed conversion to/from icu_properties::Script for fontique::Script (#72 by @waywardmonkeys)
    • This can be restored by using the icu_properties feature of fontique.

0.1.0 - 2024-05-01

This release has an MSRV of 1.70.

  • Initial release