diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index 15af9de1c..b3bbc3cff 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -2,6 +2,7 @@ UPGRADE FROM 1.x to 2.0 ======================== * Classes in the namespace `MongoDB\Operation\` are `final`. + * All methods in interfaces and classes now define a return type. GridFS ------