This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new d120c475 PDFBOX-6089: add PDIndexed removal
d120c475 is described below
commit d120c4753658631d872b45c078cc789970289f1e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 27 14:03:04 2025 +0100
PDFBOX-6089: add PDIndexed removal
---
content/4.0/migration.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/4.0/migration.md b/content/4.0/migration.md
index bff68fdd..4c2e8922 100644
--- a/content/4.0/migration.md
+++ b/content/4.0/migration.md
@@ -85,3 +85,6 @@ In 4.0 the real lower left is taken into account instead of
(0,0), see [PDFBOX-6
If you have implemented your own `ICOSVisitor` class, you'll have to implement
the new `visitFromObject` method.
The default implementation found in 3.0 has been moved to the `COSWriter`
class.
+### Deprecations
+
+In the PDIndexed class, the no parameter constructor and two methods were
removed. Let us know if you need them.
\ No newline at end of file