diff options
author | Stephen Finucane <stephen@that.guru> | 2017-05-10 11:19:12 -0400 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-05-10 15:39:19 -0400 |
commit | 7a86d3bac3fe6f545030fa69642d647112c0712b (patch) | |
tree | cb6c673bc2b6667b367913ffffcc217f55e7f51e | |
parent | 70e86809c49facbdbd66f06526d90cfc46f72b53 (diff) | |
download | patchwork-7a86d3bac3fe6f545030fa69642d647112c0712b.tar patchwork-7a86d3bac3fe6f545030fa69642d647112c0712b.tar.gz |
docs: Document Check.context type change
Check contexts must now be slugs. Document this in the release notes.
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml b/releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml new file mode 100644 index 0000000..4930325 --- /dev/null +++ b/releasenotes/notes/slugify-check-context-dc586f204b5058a7.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + The ``context`` field for patch checks must now be slug, or a string + consisting of only ASCII letters, numbers, underscores or hyphens. While + older, non-slugified strings won't cause issues, any scripts creating + contexts must be updated where necessary. |