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 2d8fd2485 Update CHANGES.txt for several important changes in 3.1.0
2d8fd2485 is described below
commit 2d8fd24856f5d4f4d7b64297e3df57449637fc3a
Author: tallison <[email protected]>
AuthorDate: Fri Oct 25 09:40:56 2024 -0400
Update CHANGES.txt for several important changes in 3.1.0
---
CHANGES.txt | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 225be0e13..28b85fadf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,17 @@
+Release 4.0.0-BETA1 - ???
+ BREAKING CHANGES
+
+Release 3.1.0 - ??
+
+ * Add support for MachO via Alexey Pelykh (TIKA-4309).
+
+ * Add logic to inject spaces in XPS files based on font widths via Ruairidh
Williamson (TIKA-4315).
+
+ * Mime type "application/json" is now a sub class of "text/javascript" not
"application/javascript" (TIKA-4336)
+
+ * Remove tagsoup from the project entirely. Note that
+ some of the tags produced by the SourceCodeParser are slightly different
(TIKA-4338)
+
Release 3.0.0 - 10/15/2024
* Fix regression in TextAndCSVParser (TIKA-4278).