summaryrefslogtreecommitdiff
path: root/releasenotes/notes/issue-343-cb591d031cd58b61.yaml
blob: 874367653d907799964eb52a4dcd324b604f8f52 (plain)
1
2
3
4
5
6
---
fixes:
  - |
    Previously, attempting to retrieve a patch that did not exist would result
    in a ``HTTP 500`` (Internal Server Error) being raised. This has been
    corrected and a ``HTTP 404`` (Not Found) is now raised instead.