From c40045ab6c9ea51f7480f46424e65a1a4c947038 Mon Sep 17 00:00:00 2001 From: tballison Date: Mon, 21 May 2018 14:31:36 -0400 Subject: [PATCH] update changes --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index c0925fa5d3..d94eaa7d30 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +Release 1.19 ??? + + + * Use a pool for SAXParsers rather than creating a new one for every parse. + For better performance, set XMLReaderUtils.setPoolSize() to the + number of threads you're using with Tika (TIKA-2645. + + * Add the RecursiveParserWrapperHandler to improve the RecursiveParserWrapper + API slightly (TIKA-2644). + Release 1.18 - 4/20/2018 * Upgrade Jackson to 2.9.5 (TIKA-2634).