Skip to content

Commit

Permalink
Merge branch 'hotfix/18.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Dec 13, 2018
2 parents 5108c21 + 0734f57 commit 6d2e708
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
ChangeLog
*********

18.0.1 (2018-12-12)
===================
- Fix: Restore the `filename` parameter to WaterButler's Content-Disposition headers. It had been
removed in favor of `filename*`, which can correctly encode multibyte filenames. This broke scripts
that expected the `filename` version. Since `filename` cannot support multibyte characters, those
characters are converted to their nearest ascii equivalent or stripped if no equivalent exists. WB
now returns both forms of the parameter in the header. Clients should prefer `filename*` for the
most accurate representation of the filename. (thanks, @jcohenadad!)

18.0.0 (2018-10-31)
===================
- UPDATE: WaterButler is now following the CalVer (https://calver.org/) versioning scheme to match
Expand Down
2 changes: 1 addition & 1 deletion waterbutler/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '18.0.0'
__version__ = '18.0.1'

0 comments on commit 6d2e708

Please sign in to comment.