Change record status: 
Project: 
Introduced in branch: 
7.x
Description: 

Options list callbacks for allowed values like taxonomy_allowed_values() and list_allowed_values originally were only passed the field definition.

Now, they are also passed the field instance, the entity type, and the entity itself.

Impacts: 
Module developers