horizon/releasenotes/notes/drop-action-strings-attributes-64f0cb0323f629ee.yaml
zhangzs 9495cd830d fix typo
Change-Id: I907c17443988bf7db0544b58d357f9d908e22bb6
2018-11-05 07:56:20 +09:00

9 lines
399 B
YAML

---
upgrade:
- |
String attributes ``action_present`` and ``action_past`` were dropped
from ``horizon.tables.BatchAction``. ``action_present`` and ``action_past``
*methods* are the recommended way to define action labels for BatchAction.
The official way allows us to define more complete strings for action labels
and this also allows translators to translate more flexibily.