Change record status: 
Project: 
Introduced in branch: 
8.5.x
Introduced in version: 
8.5.0
Description: 

The following new permissions were added to allow non-administrators to access term listing and create new terms without requiring the administer taxonomy permission:

* Access the taxonomy vocabulary overview page
* Per Vocabulary: Create terms

Additionally, a new entity operation "access taxonomy overview" was added to vocabulary that controls access to the respective term overview list. By default, it uses the access taxonomy overview permission but modules can use hook_taxonomy_vocabulary_access() to limit or grant access to specific overview pages based on the vocabulary based on custom checks/permissions.

Impacts: 
Site builders, administrators, editors
Module developers