diff --git a/QuestPDF/QuestPDF.csproj b/QuestPDF/QuestPDF.csproj
index 6fa377a..214f981 100644
--- a/QuestPDF/QuestPDF.csproj
+++ b/QuestPDF/QuestPDF.csproj
@@ -4,9 +4,16 @@
MarcinZiabek
CodeFlint
QuestPDF
- 2021.3.1
+ 2021.4.0
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
- Generating images functionality, ShowIf element, fixed mutating TextStyle
+
+ 1. Added new element: `Debug` - this element can be used for inspecting its children and space taken by them,
+ 2. Added new element: `Element` can be used for injecting dynamic elements (usually conditionally) without breaking the fluent API chain. This is practically a syntactic sugar to simplify your code.
+ 3. The `AspectRatio` element allows now to specify scaling rule: fitting width, height or available space.
+ 4. The `Image` element supports now scaling rules: fitting width, height or available space, as well as scaling unproportionally.
+ 5. Added more, commonly used page sizes (thank you for your work [lmingle](https://github.com/lmingle)).
+ 6. Bug fix: the `GeneratePdf(Stream stream)` method does not close the output stream (thank you for your suggestion [tthiery](https://github.com/tthiery)).
+
8
true
Logo.png
@@ -22,17 +29,16 @@
-
+
-
-
-
- true
- false
- \
-
+
+
+
+ true
+ false
+ \
+
-