From bed165c9fc070d2c483d8cc9bd0e7ac299b29e23 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 18 Oct 2020 07:43:05 -0400 Subject: Stop using InputSource::unreadCh --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25ba511e..2071b467 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2020-10-18 Jay Berkenbilt + + * Note that InputSource::unreadCh is deprecated and will be + removed in qpdf 11. Use seek(-1, SEEK_CUR) instead. This is what + it has always effectively done with some input sources and some + operating systems which don't allow unreading other than the most + recently read character. InputSource::unreadCh is no longer used + internally within libqpdf. + 2020-10-16 Jay Berkenbilt * Accept pull request that improves how the Windows native crypto -- cgit v1.2.3-54-g00ecf