File: 1.4.1.rst

package info (click to toggle)
python-falcon 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: python: 33,608; javascript: 92; sh: 50; makefile: 50
file content (25 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Changelog for Falcon 1.4.1
==========================

Breaking Changes
----------------

(None)

Changes to Supported Platforms
------------------------------

(None)

New & Improved
--------------

(None)

Fixed
-----

- Reverted the breaking change in 1.4.0 to :attr:`falcon.testing.Result.json`.
  Minor releases should have no breaking changes.
- The README was not rendering properly on PyPI. This was fixed and a validation
  step was added to the build process.