Skip to content

Commit

Permalink
1.0.6 changelog and note on 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Sep 21, 2011
1 parent ee807d5 commit 4721055
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Readme.md
Expand Up @@ -20,11 +20,20 @@ a big variety of clients and is considered production-ready.

## Changelog

### v1.0.6

* Do not default to the default to the field name for file uploads where
filename="".

### v1.0.5

* Support filename="" in multipart parts
* Explain unexpected end() errors in parser better

**Note:** Starting with this version, formidable emits 'file' events for empty
file input fields. Previously those were incorrectly emitted as regular file
input fields with value = "".

### v1.0.4

* Detect a good default tmp directory regardless of plattform. (#88)
Expand Down

0 comments on commit 4721055

Please sign in to comment.