Browse Source

2023.12.5 + hotfix for Text.SectionLink

Marcin Ziąbek 1 year ago
parent
commit
35f9f7f93b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 2 - 1
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -24,7 +24,8 @@ Version 2023.12.4
 - Fixed: the TextStyle.LetterSpacing property was not documented correctly, and the FluentAPI code prevented its correct use
 
 Version 2023.12.5
+- Fix: resolved an issue where the Column element applies double spacing when its child does not occupy any space
+- Fix: the Text.SectionLink element does not work correctly
 - Improvement: redesigned the automated layout issue detection algorithm
 - Improvement: when drawing content with the Canvas element, the library now clips drawn content to the element's boundaries. This prevents potential overflow when integrating with other libraries
-- Fix: resolved an issue where the Column element applies double spacing when its child does not occupy any space
 - Improvement: enhanced layout stability