This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 8837a55 correct CHANGES.txt
8837a55 is described below
commit 8837a55c3c2da21ee835f94aba674b61a8cfc855
Author: tallison <[email protected]>
AuthorDate: Thu May 20 13:58:07 2021 -0400
correct CHANGES.txt
---
CHANGES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 16682b2..c79b325 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,7 +19,7 @@ Release 2.0.0-ALPHA - 01/13/2021
We have moved away from configuration via .properties files because
of confusion among users. This affects the PDFParser,
TesseractOCRParser
and the StringsParser.
- * For those parsers that can be configured per parse via a config object
+ * In tika-server, for those parsers that can be configured per parse via
a config object
passed in through the ParseContext, the config object will only update
those fields
that the user has modified. The config object will no longer
fully reset all settings to the default settings per parse.