Skip to content

Commit 0cdbb28

Browse files
committed
Release 2.0.2
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 80d69b3 commit 0cdbb28

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
fixes:
3+
- |
4+
Resolve some issues caused by parallel parsing of series.
5+
- |
6+
Poorly formatted email headers are now handled correctly.
7+
- |
8+
Patches with CRLF newlines are now parsed correctly and these line endings
9+
are stripped when saving patches.
10+
- |
11+
Resolved some issues with pagination.
12+
- |
13+
Emails from *git-pull-request* v2.14.3+ are now handled correctly.
14+
- |
15+
Token generation from the web UI is now disabled if the REST API is
16+
disabled. This was causing an exception.
17+
- |
18+
Non-breaking spaces in tags are now handled correctly.
19+
- |
20+
Patches with no space before the series marker, such as ``PATCH1/8``, are
21+
now parsed correctly.

0 commit comments

Comments
 (0)