David PHAM-VAN

Fix changelogs

@@ -4,6 +4,10 @@ @@ -4,6 +4,10 @@
4 4
5 - Add support for custom fonts in SVGs. [Tyler Denniston] 5 - Add support for custom fonts in SVGs. [Tyler Denniston]
6 - Fix MultiPage.maxPages not checked with release builds 6 - Fix MultiPage.maxPages not checked with release builds
  7 +- Fix PdfColorCmyk.fromRgb
  8 +- Table widget refactors [Graham Smith]
  9 +- Add support for creating PDF/A 3b [ilaurillard]
  10 +- Add helper functions to replace text styles and cell content [Brian Kayfitz]
7 11
8 ## 3.11.1 12 ## 3.11.1
9 13
1 # Changelog 1 # Changelog
2 2
3 -## 5.13.5  
4 -  
5 -- Fix PdfColorCmyk.fromRgb  
6 -- Table widget refactors [Graham Smith]  
7 -  
8 ## 5.13.4 3 ## 5.13.4
9 4
10 - Improve Web Browser detection logic 5 - Improve Web Browser detection logic
@@ -15,7 +15,7 @@ topics: @@ -15,7 +15,7 @@ topics:
15 - print 15 - print
16 - printing 16 - printing
17 - report 17 - report
18 -version: 5.13.5 18 +version: 5.13.4
19 19
20 environment: 20 environment:
21 sdk: ">=3.3.0 <4.0.0" 21 sdk: ">=3.3.0 <4.0.0"