diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2016-04-14 10:43:10 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2016-04-14 10:43:10 -0600 |
| commit | 4c6592734ffb5eace320d8e92e33c5866f111749 (patch) | |
| tree | 9953e3f64a9e2e927145c9888d4805c458964f38 | |
| parent | bee098d366c304ed8d3ecab382acd57bebbc9f5e (diff) | |
| download | pyramid-4c6592734ffb5eace320d8e92e33c5866f111749.tar.gz pyramid-4c6592734ffb5eace320d8e92e33c5866f111749.tar.bz2 pyramid-4c6592734ffb5eace320d8e92e33c5866f111749.zip | |
Update CHANGES
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fd8c636a0..d5640ee0b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ unreleased ========== +- Pyramid HTTPExceptions will now take into account the best match for the + clients Accept header, and depending on what is requested will return + text/html, application/json or text/plain. The default for */* is still + text/html, but if application/json is explicitly mentioned it will now + receive a valid JSON response. See: + https://github.com/Pylons/pyramid/pull/2489 + - Python 2.6 is no longer supported by Pyramid. See https://github.com/Pylons/pyramid/issues/2368 |
