From c2ffbf02effa599c4713240aa3e7d87422d789c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBurek?= Date: Wed, 8 Dec 2021 10:29:18 +0100 Subject: [PATCH] ATS-969 - mention tika upgrade in the changelog (#1457) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5701be6cd..30480371e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@

New Features

+
  • Upgrade of 3rd party libraries
  • +
    + +The Tika 1.26 library has been upgraded to the Tika 2.1.0. This upgrade brings +some changes in available libraries. If you depend indirectly on transitive +dependencies of Tika 1.26 then you should consider expressing your dependencies +in an explicit way. For more details please see the Tika migration guides: +Migrating +to Tika 2.0.0 and +Tika +2.0 Migration Guide + + +
    +

    7.1.0 Community