From 4ccc8b1a44109a913c87f31029c9c17db30ecc43 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2018 12:15:22 -0400 Subject: Add ClosedFileInputSource ClosedFileInputSource is an input source that keeps the file closed when not reading it. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db9bee08..66966f7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-06-22 Jay Berkenbilt + * Add ClosedFileInputSource class, and input source that keeps its + input file closed when not reading it. At the expense of some + performance, this allows you to operate on many files without + opening too many files at the operating system level. + * Add new option --preserved-unreferenced-resources, which suppresses removal of unreferenced objects from page resource dictionaries during page splitting operations. -- cgit v1.2.3-54-g00ecf