4a66fa833e
Those hopefully are of benefit. The major bit of the change is stopping to use prelude section for all current release notes. This is because the section is supposed to contain global release notes, not feature-specific. Other tweaks are open for debate. Change-Id: I1d5e46591195a9756ee9fd5276f163794c366528
13 lines
619 B
YAML
13 lines
619 B
YAML
---
|
|
features:
|
|
- The ``created_at`` and ``updated_at`` resource fields now include a
|
|
timezone indicator at the end. Because this is a change in field format,
|
|
the old ``timestamp_core`` extension has been removed and replaced with a
|
|
``standard-attr-timestamp`` extension.
|
|
upgrade:
|
|
- The ``timestamp_core`` extension has been removed and replaced with the
|
|
``standard-attr-timestamp`` extension. Resources will still have timestamps
|
|
in the ``created_at`` and ``updated_at`` fields, but timestamps will have
|
|
time zone info appended to the end to be consistent with other OpenStack
|
|
projects.
|