Skip to content

Commit

Permalink
History.md: Updated to prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun authored and Alex Damian Negru committed Apr 5, 2021
1 parent 90e2a5e commit a4164eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 0.8.1 / 2017-11-21

* Bug fixes:
* Bugfix for `UploadedFile.new` unintended API breakage.
(Per Lundberg #210)

## 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
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.
Expand Down

0 comments on commit a4164eb

Please sign in to comment.