Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 413 Bytes

UPGRADING-2.1.md

File metadata and controls

10 lines (7 loc) · 413 Bytes

Upgrading From 2.0 To 2.1

  • The setMaxDepth() method from the Context class is deprecated. Use the enableMaxDepth() and disableMaxDepth() methods instead.

  • The getMaxDepth() method from the Context class is deprecated. Use the isMaxDepthEnabled() method instead.

  • The getGroups method from the Context class can return null when no group have been added.