From f003cd000323077350cb0596ad134f0364c928b8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 27 Apr 2018 10:25:52 -0700 Subject: [PATCH] Add release note about re2 Let folks know about the new binary dependency. Change-Id: I73d9e2611992ca57ae85eb56482de7dd192ac97d --- releasenotes/notes/github-regex-status-26ddf3e3c91d182f.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/notes/github-regex-status-26ddf3e3c91d182f.yaml b/releasenotes/notes/github-regex-status-26ddf3e3c91d182f.yaml index bfdfe7e079..44c4cefdde 100644 --- a/releasenotes/notes/github-regex-status-26ddf3e3c91d182f.yaml +++ b/releasenotes/notes/github-regex-status-26ddf3e3c91d182f.yaml @@ -5,3 +5,8 @@ features: :value:`pipeline.trigger..action.status` and pipeline requirements :attr:`pipeline.require..status` now support regular expression matching. +upgrade: + - | + The ``fb-re2`` python library is added as a dependency; this may + required the installation of the ``re2`` library and header files + in order to build.