Skip to content

Commit

Permalink
Update ab_glyph_rasterizer changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Sep 5, 2020
1 parent ddbf47f commit 67c21c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glyph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
* Clarify documentation.

# 0.2.5
* Add `Font::units_per_em` + documentation on unscaled font units.
* Update _ttf-parser_ to `0.8`.
Expand Down
3 changes: 3 additions & 0 deletions rasterizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
* Fix index oob panic scenario.

# 0.1.2
* For `Point` implement `Sub`, `Add`, `SubAssign`, `AddAssign`, `PartialEq`, `PartialOrd`, `From<(x, y)>`,
`From<[x, y]>` for easier use downstream.
Expand Down

0 comments on commit 67c21c1

Please sign in to comment.