diff --git a/Readme.md b/Readme.md index e176a294..e24eaa70 100644 --- a/Readme.md +++ b/Readme.md @@ -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)