From d0df9fc5a7bc4c1244ee585890bb75b654e924f3 Mon Sep 17 00:00:00 2001 From: kazsaj Date: Mon, 22 Oct 2018 17:02:32 +0100 Subject: [PATCH] Changelog update --- changelog.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 40ab115..e635a16 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v2.2.0] + +### Added +- GetPageWidth and GetPageHeight methods + +### Changed +- Updates to SetTextColor, SetFillColor and SetDrawColor to support CMYK and (correctly) grayscale + ## [v2.1.1] ### Changed @@ -32,7 +40,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.1.1...HEAD +[Unreleased]: https://github.com/DocnetUK/tfpdf/compare/v2.2.0...HEAD +[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 [v2.0.7]: https://github.com/DocnetUK/tfpdf/compare/v2.0.6...v2.0.7