From b7873b12d0ca30a6c0eea8e224f740e0bc1e8675 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sun, 3 Jul 2016 01:34:54 -0700 Subject: [PATCH] Release note: fix a typo in add-time-stamp-fields specfic => specific In addition to this it rewords the release note following comments. TrivialFix Change-Id: Ic951544e37fb824fc3d850564a5674a965b8ca10 --- .../notes/add-timestamp-fields-f9ab949fc88f05f6.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/add-timestamp-fields-f9ab949fc88f05f6.yaml b/releasenotes/notes/add-timestamp-fields-f9ab949fc88f05f6.yaml index e34e3b55314..2baefc03d83 100644 --- a/releasenotes/notes/add-timestamp-fields-f9ab949fc88f05f6.yaml +++ b/releasenotes/notes/add-timestamp-fields-f9ab949fc88f05f6.yaml @@ -1,9 +1,9 @@ --- prelude: > - Timestamp fields are now added to neutron core resources. + Timestamp fields have been added to neutron core resources. features: - - Add timestamp fields 'created_at', 'updated_at' into neutron core - resources like network, subnet, port and subnetpool. - - And support for querying these resources by changed-since, it will - return the resources changed after the specfic time string like - YYYY-MM-DDTHH:MM:SS + - Add timestamp fields ``created_at``, ``updated_at`` into neutron core + resources for example networks, subnets, ports and subnetpools. + - These resources can now be queried by ``changed-since``, which + returns the resources changed after a specific time string like + ``YYYY-MM-DDTHH:MM:SS``.