We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d11ac1 commit 0baedb5Copy full SHA for 0baedb5
1 file changed
CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## Unreleased
9
+
10
+### Added
11
+- New `pdfa` option for using PDF/A-compliant pdf-writer workflows.
12
13
+### Changed
14
+- Conversion is now fallible and returns a `Result`.
15
+- Reduce PDF sizes through better font subsetting.
16
17
+### Fixed
18
+- Fixed a bug with Unicode CMaps.
19
20
## [0.11.0]
21
22
### Added
0 commit comments