From a58efaaceb38dd7fa001c05f58dc6161543ab063 Mon Sep 17 00:00:00 2001 From: Benedikt Fuchs Date: Wed, 23 Oct 2024 17:51:41 +0200 Subject: [PATCH] add PR to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5425c5d3..4a1e20f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `RecursionError` when corrupt PDF specifies a recursive /Pages object ([#998](https://github.com/pdfminer/pdfminer.six/pull/998)) - `TypeError` when corrupt PDF specifies text-positioning operators with invalid values ([#1000](https://github.com/pdfminer/pdfminer.six/pull/1000)) - inline image parsing fails when stream data contains "EI\n" ([#1008](https://github.com/pdfminer/pdfminer.six/issues/1008)) +- fix memory overhead on runlength encoding ([#1008](https://github.com/pdfminer/pdfminer.six/issues/1008)) ### Removed