Skip to content

Commit 103f391

Browse files
committed
More release doc updates.
1 parent 9922bb9 commit 103f391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Features:
6767
collection (unpaginated). Pagination index starts at 1 not 0.
6868
- accept content-type application/json payload for PUT, PATCH, POST
6969
requests in addition to application/x-www-form-urlencoded.
70-
(John Rouillard)
70+
(John Rouillard)
7171
- issue2550833: the export_csv web action now returns labels/names
7272
rather than id's. Replace calls to export_csv with the export_csv_id
7373
action to return the same data as the old export_csv action. (Tom

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Roundup release checklist:
4848
added and removed files. Last release e.g. 1.5.1 where tip was
4949
what would become 1.6) E.G.
5050

51-
hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ;
51+
hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \
5252
do echo $i; grep "$i" MANIFEST; done | uniq -c
5353

5454
Anything with a count of 1 is not in the nanifest.

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Features:
181181
collection (unpaginated). Pagination index starts at 1 not 0.
182182
- accept content-type application/json payload for PUT, PATCH, POST
183183
requests in addition to application/x-www-form-urlencoded.
184-
(John Rouillard)
184+
(John Rouillard)
185185
- issue2550833: the export_csv web action now returns labels/names
186186
rather than id's. Replace calls to export_csv with the export_csv_id
187187
action to return the same data as the old export_csv action. (Tom

0 commit comments

Comments
 (0)