Skip to content

Commit

Permalink
Merge branch 'master' into fix/uploaded-file-regression
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun authored Nov 20, 2017
2 parents afe589d + 48dc4b3 commit f522560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.8.0 / 2017-11-20

* Known Issue
* In `UploadedFile.new`, when passing e.g. a `Pathname` object,
errors can be raised (eg. `ArgumentError: Missing original_filename
for IO`, or `NoMethodError: undefined method 'size'`) See #207, #209.
* Minor enhancements
* Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1.
(Samuel Giddins #194)
Expand Down

0 comments on commit f522560

Please sign in to comment.