PDFBOX-3330, PDFBOX-3422: add information about loading AFM fonts
diff --git a/content/2.0/migration.md b/content/2.0/migration.md
index ab78005..8c35aa1 100644
--- a/content/2.0/migration.md
+++ b/content/2.0/migration.md
@@ -80,6 +80,8 @@
 
 to leverage that.
 
+`PDAfmPfbFont` has been removed. To load such a font pass the pfb file to `PDType1Font`. Loading the afm file is no longer required.
+
 ### PDF Resources Handling
 The individual calls to add resources such as `PDResources.addFont(PDFont font)` and `PDResources.addXObject(PDXObject xobject, String prefix)`
 have been replaced with `PDResources.add(resource type)` where `resource type` represents the different resource classes such as `PDFont`, `PDAbstractPattern`