David PHAM-VAN

Update changelog

@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 ## 3.8.1 3 ## 3.8.1
4 4
5 - Fix large PDF generation on web with compressed xref 5 - Fix large PDF generation on web with compressed xref
  6 +- Fix RangeError Exception When MultiPage Wraps Across Pages [scottdewald]
6 7
7 ## 3.8.0 8 ## 3.8.0
8 9
1 # Changelog 1 # Changelog
2 2
  3 +# 5.9.1
  4 +
  5 +- iOS: Set cutLength to be currentSize.height [Liam Downey]
  6 +
3 ## 5.9.0 7 ## 5.9.0
4 8
5 - Typo: change "DownloadbleFont" to "DownloadableFont" 9 - Typo: change "DownloadbleFont" to "DownloadableFont"
@@ -6,7 +6,7 @@ description: > @@ -6,7 +6,7 @@ description: >
6 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing 6 homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
7 repository: https://github.com/DavBfr/dart_pdf 7 repository: https://github.com/DavBfr/dart_pdf
8 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 8 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
9 -version: 5.9.0 9 +version: 5.9.1
10 10
11 environment: 11 environment:
12 sdk: ">=2.12.0 <3.0.0" 12 sdk: ">=2.12.0 <3.0.0"