CHANGES
=======

4.2.0
-----

* Switch to shorter base64 coded UUID in S3 key
* Fix deprecation warnings in test setup
* Fix #93 -- Always use POSIX style S3 keys
* Update README.rst
* Update README.rst

4.1.0
-----

* Fix #86 -- Catch and log file not found exception (#91)
* Add Django 2.1 support
* Remove unused imports
* Switch form pycodestyle to flake8
* Create .bandit
* Add check suite
* Fix #87 -- Add HTTP message sequence diagram (#88)
* Fix missing docs link, wording adjustment (#85)

4.0.2
-----

* Fix content-type POST conditions (#83)
* Remove firefox dependency from test suite (#84)

4.0.1
-----

* Fix link
* Switch readme from Markdown to reStructuredText

4.0.0
-----

* Drop Django 1.8 support
* Update test suite
* Assign string value to hidden input (#81)
* Add event listeners in favor of overloading attributes (#80)
* Remove submit logic from click event handler (#79)

3.0.5
-----

* Fix -- Add multi mimetype support for accept attr

3.0.4
-----

* Fix -- Pass submit value to backend
* Switch to pbr for releases

3.0.3
-----

* Fix -- Add missing submit value to form
* Switch from coveralls to codecov
* Update coverage from 4.4.1 to 4.4.2
* Add add D1 errors to pydocstyle ignore list
* Update selenium from 3.6.0 to 3.7.0
* Update pytest from 3.2.2 to 3.2.3
* Update selenium from 3.5.0 to 3.6.0

3.0.2
-----

* Fix "form.submit is not a function" error

3.0.1
-----

* Fix multi file support
* Inject base class in favor of separate new metho

3.0.0
-----

* Monkey patch ClearableFileInput (#62)

2.0.0
-----

* Version 2.0 (#60)
* Update pytest from 3.2.1 to 3.2.2
* Update selenium from 3.4.2 to 3.5.0
* Switch to Chrome headless for Selenium test
* Update pytest from 3.2.0 to 3.2.1
* Update pytest from 3.1.3 to 3.2.0
* Update pytest from 3.1.2 to 3.1.3
* Update pytest from 3.1.1 to 3.1.2
* Update py from 1.4.33 to 1.4.34 (#51)
* Update isort from 4.2.13 to 4.2.15
* Update isort from 4.2.12 to 4.2.13
* Update isort from 4.2.5 to 4.2.12 (#49)
* Fix isort issues
* Update isort from 4.2.5 to 4.2.9
