From c7436f95c9a1b276d88cd1423b5b0c815f6b7e56 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 20 Aug 2018 10:30:00 -0500 Subject: Start using reno for releasenotes It's probably a good idea to be specific about what's changing in reno releases. Since reno support wasn't in tree we didn't pick up notes for these two changes, but they're things users might want to know about. Change-Id: I249a3a4d0cf378b60bf43ce65d49416879d5517e --- releasenotes/notes/missed-notes-f903719767e0a0ce.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/missed-notes-f903719767e0a0ce.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/missed-notes-f903719767e0a0ce.yaml b/releasenotes/notes/missed-notes-f903719767e0a0ce.yaml new file mode 100644 index 0000000..012e3e8 --- /dev/null +++ b/releasenotes/notes/missed-notes-f903719767e0a0ce.yaml @@ -0,0 +1,18 @@ +--- +features: + - | + Patch download now supports change urls. Rather than forcing users to copy + only part of a URL to a review, users may now paste the whole change URL. +fixes: + - | + Fix git review -d M,N for newer gerrit. The "number" field returned via + gerrit JSON can be a string (2.13) or a integer (~2.14). + - | + Update default gerrit namespace for newer gerrit. According to Gerrit + documentation for 2.15.3, refs/for/'branch' should be used when pushing + changes to Gerrit instead of refs/publish/'branch'. +upgrade: + - | + The ``-c`` and ``--compatible`` command line options have been removed. + They had been there so someone could request compatibility with older + Gerrits, but the need for this has gone away. -- cgit v1.2.1