summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-11-16 21:17:53 +0100
committerStephen Finucane <stephen@that.guru>2018-12-22 17:19:06 +0000
commit6e48cb627c2731405f991a54085f0148c472d0e6 (patch)
tree7db198882a513bcba1d8e153e187a0dfe571f9bf /releasenotes
parent58256ec248d75a39b1c5e130a6f6c0497ccd0770 (diff)
downloadpatchwork-6e48cb627c2731405f991a54085f0148c472d0e6.tar
patchwork-6e48cb627c2731405f991a54085f0148c472d0e6.tar.gz
REST: Fix typo in embedded serializers
This was preventing the v1.1 fields from getting dropped as intended. Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #237
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/issue-237-48b9442c31e74b9d.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-237-48b9442c31e74b9d.yaml b/releasenotes/notes/issue-237-48b9442c31e74b9d.yaml
new file mode 100644
index 0000000..541f44a
--- /dev/null
+++ b/releasenotes/notes/issue-237-48b9442c31e74b9d.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fields added in API v1.1 are now consistently excluded when requesting API
+ v1.0, as was intended.