diff CHANGES.txt @ 8094:8e310a7b5e09

issue2551131 - Return accept-patch if patch body not accepted (415 code) Now returns: Accept-Patch: application/json, application/x-www-form-urlencoded for PATCH verb.
author John Rouillard <rouilj@ieee.org>
date Tue, 16 Jul 2024 20:23:36 -0400
parents f0d2aa39bc32
children e97caa8e4dae
line wrap: on
line diff
--- a/CHANGES.txt	Tue Jul 16 11:12:24 2024 -0400
+++ b/CHANGES.txt	Tue Jul 16 20:23:36 2024 -0400
@@ -16,12 +16,16 @@
 2025-XX-XX 2.5.0
 
 Fixed:
+
 - issue2551343 - Remove support for PySQLite. It is unmaintained
   and sqlite3 is used which is the default for a Python
   distribution.  (John Rouillard)
 - replace use of os.listdir with os.scandir. Performance
   improvement.  Using with Python 2 requires 'pip install
   scandir'. (John Rouillard)
+- issue2551131 - Return accept-patch if patch body not accepted
+  (415 code). Accept-Patch returned with acceptable values. (John
+  Rouillard)
 
 Features:
 

Roundup Issue Tracker: http://roundup-tracker.org/