Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.14.1 #1088

Merged
merged 4 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,13 @@
## 0.14.1

November 9th, 2020

### Removed

* `UJSONResponse` was removed (this change was intended to be included in 0.14.0). Please see the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The additional hint is nice; could we please still add the PR number, for the sake of traceability? (This is what I meant in my last suggestion adding Pull #N. I find they make it easier to find back the set of changes and provide an additional way to evaluate what actually changed.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. Was going for brevity/similarity to previous changelog entries, but will rather go for (succinct) detail in the future 👍.

[documentation](https://www.starlette.io/responses/#custom-json-serialization) for how to
erewok marked this conversation as resolved.
Show resolved Hide resolved
implement responses using custom JSON serialization.

## 0.14.0

November 8th, 2020
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.14.0"
__version__ = "0.14.1"