You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ in order to get warned about deprecated features used in your code.
16
16
17
17
This can also be enabled programmatically with `warnings.simplefilter('default', DeprecationWarning)`.
18
18
19
-
## [2.7.4] - Not released yet
19
+
## [2.7.5] - Not released yet
20
+
21
+
## [2.7.4] - 2023-04-28
20
22
### Added
21
23
-[`FPDF.image()`](https://pyfpdf.github.io/fpdf2/fpdf/fpdf.html#fpdf.fpdf.FPDF.image): CMYK images can now be inserted directly by passing them into the image method. Contributed by @devdev29
22
24
- documentation on how to embed `graphs` and `charts` generated using `Pygal` lib: [documentation section](https://pyfpdf.github.io/fpdf2/Maths.html#using-pygal) - thanks to @ssavi-ict
0 commit comments