forked from mikeparisstuff/printpdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## `0.2.2` | ||
|
||
- SVG functionality was removed (commented out), because it didn't work in the first place | ||
and only increased build times. So there's no point in keeping functionality that nobody | ||
ever used, because it didn't work. | ||
- Removed dependency on `num` | ||
- `PdfDocument::save()` now only has a `T: Write` bound instead of `T: Write + Seek`. | ||
|
||
## `0.2.1` | ||
|
||
- The `document.save()` method now needs a `BufWriter`, to enforce buffered output (breaking change). | ||
- The `PdfDocument` now implements `Clone`, so you can write one document to multiple outputs. | ||
- You can disable the automatic embedding of an ICC profile by using a `CustomPdfConformance`. | ||
See `examples/no_icc.rs` for usage information. | ||
- `set_outline_thickness` now accepts floating-point units |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters