David PHAM-VAN

Update Changelog

1 # Changelog 1 # Changelog
2 2
  3 +## 3.6.1
  4 +
  5 +- Fixes crash when array is empty [Kondamon]
  6 +
3 ## 3.6.0 7 ## 3.6.0
4 8
5 - Fix text justify with multiple paragraphs 9 - Fix text justify with multiple paragraphs
@@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl @@ -3,7 +3,7 @@ description: A pdf producer for Dart. It can create pdf files for both web or fl
3 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf 3 homepage: https://github.com/DavBfr/dart_pdf/tree/master/pdf
4 repository: https://github.com/DavBfr/dart_pdf 4 repository: https://github.com/DavBfr/dart_pdf
5 issue_tracker: https://github.com/DavBfr/dart_pdf/issues 5 issue_tracker: https://github.com/DavBfr/dart_pdf/issues
6 -version: 3.6.0 6 +version: 3.6.1
7 7
8 environment: 8 environment:
9 sdk: ">=2.12.0 <3.0.0" 9 sdk: ">=2.12.0 <3.0.0"