Skip to content

Commit 072fe97

Browse files
committed
Version 4.0.0
1 parent 0ac66f2 commit 072fe97

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
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

lib/prawn/emoji/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Prawn
44
module Emoji
5-
VERSION = '4.0.0.beta.1'
5+
VERSION = '4.0.0'
66
end
77
end

0 commit comments

Comments
 (0)