CHANGES
=======

2.0.0rc4
--------

* build: chore
* travis: publish workaround
* group\_members should return sorted user keys (#611)
* api: py37 support and rename async to async\_ (#604)
* Fix spelling error
* Passthrough states as a csv string
* Remove the email\_user method as it is obsolete
* Remove support for renaming users in Jira versions less than 6.0.0
* travis: remove test pypi server
* travis fixes (#608)
* fix travis
* Update README.rst
* Update README to reflect branch model
* travis fixes
* Adopt pre-commit hooks
* Add Bug and Feature Request Templates
* Fix cspell problems
* remove ordereddict requirement

1.0.16
------

* enabled cspell check
* Enable Attachment Test
* Add posargs to tox.ini
* Add Test for delete\_component
* add a function that can delete component by id
* added per dbaxa recommendations in PR #440
* Add Linux compatibility to Makefile
* decrease maximum version for external argparse
* Missing package on setting up Sphinx
* Fixes add\_worklog started time
* Update docs of assign\_issue()
* Updated docs of add\_issues\_to\_sprint()
* Added documentation of Issue class
* Updated doc string of search\_issue()
* Updated doc string of sprint()
* Remove flake8 exceptions
* Updated doc's types for sprints()

1.0.15
------

* Added applicationKeys parameter to add\_user (#549)
* travis: assure prereleases are build only on master
* Install tox-travis before using tox in the build
* Corrected coverage execution
* Add async support to fetch pages (#540)
* Add support for custom session cookies to JIRA (#460)
* Avoids AttributeError on Jira Error handling
* travis: use service account for pypi
* merge fixes develop branch
* travis: pypi upload fixes
* Implement cookie based authentication
* gitignore: correct amps pattern fix
* docs: replace issues shield badge
* docs: build fixes

1.0.14
------

* Fix README.rst images

1.0.12
------

* Fix setup.cfg: UnicodeDecodeError
* Add pbr >= 3.0.0 as a module dependency
* Fix build scripts
* jirashell: Import InteractiveShellEmbed depending on IPython version
* Make OPTIONAL default and allowed value of mutual\_authentication
