From 4503a5223cf3354223cbec234f997818adea0326 Mon Sep 17 00:00:00 2001 From: kazsaj Date: Tue, 27 Nov 2018 12:42:33 +0000 Subject: [PATCH] Pre-release changelog update --- changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e635a16..eaf4ffd 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v2.2.1] + +### Fixed +- SetDrawColor would set the fill colour instead. + ## [v2.2.0] ### Added @@ -40,7 +45,8 @@ All notable changes to this project will be documented in this file. ### Fixes - "U" style did not actually underline the text. -[Unreleased]: https://github.com/DocnetUK/tfpdf/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/DocnetUK/tfpdf/compare/v2.2.1...HEAD +[v2.2.1]: https://github.com/DocnetUK/tfpdf/compare/v2.2.0...v2.2.1 [v2.2.0]: https://github.com/DocnetUK/tfpdf/compare/v2.1.1...v2.2.0 [v2.1.1]: https://github.com/DocnetUK/tfpdf/compare/v2.1.0...v2.1.1 [v2.1.0]: https://github.com/DocnetUK/tfpdf/compare/v2.0.7...v2.1.0