mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Add ChangeLog/release-notes (with credit) for last pull request
This commit is contained in:
parent
b0c1ae05a3
commit
394302a411
@ -1,3 +1,10 @@
|
||||
2022-08-27 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* From m-holger: major refactoring of QPDFTokenizer to improve
|
||||
readability and to optimize performance. This also included some
|
||||
optimizations to some InputSource classes. Thanks for this
|
||||
excellent contribution. Fixes #749, #442.
|
||||
|
||||
2022-08-07 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Add new build configuration option ENABLE_QTC, which is off by
|
||||
|
@ -11,7 +11,8 @@ For a detailed list of changes, please see the file
|
||||
|
||||
- Many performance enhancements have been added. In developer
|
||||
performance benchmarks, gains on the order of 20% have been
|
||||
observed.
|
||||
observed. Most of that work, including major optimization of
|
||||
qpdf's lexical layer, was done by M. Holger.
|
||||
|
||||
- Replacement of ``PointerHolder`` with ``std::shared_ptr``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user