Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Jun 16, 2022
1 parent 9c50be0 commit 05e8428
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To use JFreeSVG with Java 8, you can use the following (note the different artif
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
</dependency>

Build
Expand Down Expand Up @@ -80,10 +80,11 @@ Change History

Version 5.0.3 (not-yet-released)
- remove duplicate calls to `getClipPathRef()`
- update Maven plugin dependencies

Version 5.0.2 (7 November 2021)
- add support for `TextAttribute.TRACKING`;
- clarified Javadocs for `SVGHints.KEY_BEGIN_GROUP`.
- add support for `TextAttribute.TRACKING`
- clarified Javadocs for `SVGHints.KEY_BEGIN_GROUP`

Version 5.0.1 (4 August 2021)
- handle cycle methods for `GradientPaint` and `RadialGradientPaint`;
Expand Down

0 comments on commit 05e8428

Please sign in to comment.