Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jul 10, 2020
1 parent 0ac66f2 commit 072fe97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
## Master (Unreleased)

## 4.0.0.beta.1
## 4.0.0

### Enhancements

* prawn-emoji is no longer dependent on a particular font due to the new emoji drawing process

### Breaking Changes

* Changes how to draw text including emoji:
* The result of drawing emoji will changes slightly
* prawn-emoji no longer requires Japanese fonts because it stopped replacing an emoji with the substitution char such as full-width space
* Drop ruby 2.4 support
* The drawing results of emoji will be chnaged slightly due to the new emoji drawing process

### Bug Fixes

* Some emojis are not displayed #34

## 3.3.0

Expand Down
2 changes: 1 addition & 1 deletion lib/prawn/emoji/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Prawn
module Emoji
VERSION = '4.0.0.beta.1'
VERSION = '4.0.0'
end
end

0 comments on commit 072fe97

Please sign in to comment.