New, updated, and deprecated options in {{ release }} for {{ codename }} {% if new_opts %} {% for cells in new_opts %} {% for cell in cells %} {% endfor %} {% endfor %}
New options
Option = default value (Type) Help string
{{ cell }}
{% endif %} {% if new_defaults %} {% for cells in new_defaults %} {% for cell in cells %} {% endfor %} {% endfor %}
New default values
Option Previous default value New default value
{{ cell }}
{% endif %} {% if deprecated_opts %} {% for cells in deprecated_opts %} {% for cell in cells %} {% endfor %} {% endfor %}
Deprecated options
Deprecated option New Option
{{ cell }}
{% endif %} {% if not new_opts and not new_defaults and not deprecated_opts %} There are no new, updated, and deprecated options in {{ release }} for {{ codename }}. {% endif %}