Skip to content

Commit 4d028a6

Browse files
committed
bump version to 1.53.2, update changelog with image processing updates
1 parent a03cd40 commit 4d028a6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
# 1.53.2 Release
2+
3+
2015-03-27
4+
5+
* Render JPG images correctly / deterministically by including image index in its info
6+
* Actually render text while still respecting text color.
7+
18
# 1.53.1 Release
29

310
2015-03-19
411

5-
Improve character width loading from resources and error messages when the resource is not found
12+
* Improve character width loading from resources and error messages when the resource is not found
613

714

815
# 1.53.0 Release

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.koadweb.javafpdf</groupId>
55
<artifactId>java-fpdf</artifactId>
6-
<version>1.53.1</version>
6+
<version>1.53.2</version>
77
<packaging>jar</packaging>
88
<name>Java FPDF</name>
99

0 commit comments

Comments
 (0)