File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Master (Unreleased)
22
3- ## 4.0.0.beta.1
3+ ## 4.0.0
4+
5+ ### Enhancements
6+
7+ * prawn-emoji is no longer dependent on a particular font due to the new emoji drawing process
48
59### Breaking Changes
610
7- * Changes how to draw text including emoji:
8- * The result of drawing emoji will changes slightly
9- * prawn-emoji no longer requires Japanese fonts because it stopped replacing an emoji with the substitution char such as full-width space
1011* Drop ruby 2.4 support
12+ * The drawing results of emoji will be chnaged slightly due to the new emoji drawing process
13+
14+ ### Bug Fixes
15+
16+ * Some emojis are not displayed #34
1117
1218## 3.3.0
1319
Original file line number Diff line number Diff line change 22
33module Prawn
44 module Emoji
5- VERSION = '4.0.0.beta.1 '
5+ VERSION = '4.0.0'
66 end
77end
You can’t perform that action at this time.
0 commit comments