2022-08-08  k.klenov
	* Version 8.4.1
        * Support TOML configuration (thank you https://github.com/villainy)
        * Fix pylint integration
        * Fix linting for empty files

2022-03-11  k.klenov
	* Version 8.3.8
	* Better pytest integration

2021-12-15  k.klenov
	* Version 8.3.6
	* Fixed processing of linters params

2021-12-02  k.klenov
	* Version 8.3.0
	* Added support for default config file `~/.pylama.ini`

2021-11-28  k.klenov
	* Version 8.2.0
	* Added `--max-line-length` to setup max line length for pycodestyle and
	  pylint
	* Support for linters options in command line

2021-11-27  k.klenov

	* Version 8.1.4
	* Support json format
	* Support `--from-stdin` option
	* Changed: pylama only allows to check python files (--force is removed)
	* Changed: mccabe argument `complexity` -> `max-complexity`

2021-11-26  k.klenov

	* Version 8.0.5
	* Drop support for python 2
	* Support python 3.7, 3.8, 3.9
	* Support mccabe==0.6.1, pycodestyle==2.8.0, pydocstyle==6.1.1,
		pyflakes==2.4.0, eradicate==2.0.0, radon==5.1.0, pylint==2.11.1
	* Support vulture
	* Support 'convention' for pydocstyle
	* License changed to MIT (see LICENSE file for details)
	* Fix Radon message format

2019-04-10 k.klenov
	* Version 7.7.1
	* Fix CI by removing eradicate from linters

2019-04-10 k.klenov
	* Version 7.7.0
	* Add note about configuration option names
	* Added eradicate as a requirement #144
	* Adds mypy linter #150
	* Remove eradicate from default linters.

2018-11-02 k.klenov
	* Version 7.6.6
	* Avoid reference usage for linter specific ignore/select
	* Update Python requirements description
	* Update the command help message description
	* Add eradicate to tools references

2018-10-10 k.klenov
	* Version 7.6.5
	* Fix build

2018-10-09 k.klenov
	* Version 7.6.4
	* No changes other than version number

2018-10-09 k.klenov
	* Version 7.6.3
	* Respect linters params

2018-10-09 k.klenov
	* Version 7.6.2
	* No changes other than version number

2018-10-09 k.klenov
	* Version 7.6.1
	* Merge #131

2018-10-09 k.klenov
	* Version 7.6.0
	* Log errors in linters with ERROR logging level
	* Include pylint support into pylama by default.

2018-10-02 k.klenov
	* Version 7.5.5
	* Take advantage of startswith accepting a tuple #119

2018-10-02 k.klenov
	* Version 7.5.4
	* Fix build with ASCII locale #116
	* Respect tools own config without pylama #117

2018-10-02 k.klenov
	* Version 7.5.3
	* Fix Travis CI 
	
2018-10-02 k.klenov
	* Version 7.5.2
	* Fix Travis CI 
	
2018-10-02 k.klenov
	* Version 7.5.1
	* Fix tests & update authors
	
2018-10-02 k.klenov
	* Version 7.5.0
	* 

2017-09-13 k.klenov
	* Version 7.4.2
	* Fix Git hook with Python 3.6 #111

2017-09-13 k.klenov
	* Version 7.4.2


2017-09-04  horneds
	* Version 7.4.1
	* Fix Windows encoding problem #108

2016-10-25  horneds

	* Version 7.2.0
	* Replace PEP8 with pycodestyle (c) Serg Baburin

2015-08-17  k.klenov

	* --abspath

2015-06-30  horneds

	* Pyflakes 0.9.2

2015-06-03  horneds

	* Pyflakes 0.9.1-pre


2015-03-25  horneds

	* Version 6.2.0
	* Pep257 0.5.0
	* PEP8 1.6.3a0
	* Pyflakes 0.8.2a0

2014-10-26  horneds

	* Version 6.1.0

2014-07-23  horneds

	* Fix mercurial hook installation (c) MrShark
	* Version 6.0.1

2014-07-01  horneds

	* Add sorting (--sort)
	* Version 6.0.0

2014-06-15  horneds

	* Better handling pylint properties

2014-06-11  horneds

	*  Pytest support (as plugin)

2014-06-08  horneds

	* WARNING: Change format INI-options. See README for details.
	* INI configurations could be read from `pylama.ini`, `setup.cfg`,
	`pytest.ini`, `tox.ini` files.

2014-06-07  horneds

	* Reduce duplicate messages #3
	* Update pep8 to version 1.6.0a0

2014-05-07  horneds

	* Update pep8 to version 1.5.7a0
	* Update pyflakes to version 0.8.2a0

2014-05-04  horneds

	* Version 3.1.2
	* Parse numbers from ini correctly (c) Grzegorz Śliwiński

2014-03-26  horneds

	* Version 3.1.1
	* Update PEP8 to version 1.5.0

2014-03-24  horneds

	* File options (and modeline) 'lint_ignore' -> 'ignore', 'lint_select'
	-> 'select', 'lint' -> 'skip'
	* Update pep257
	* Update pyflakes
	* Added frosted
	* Version 3.0.2

2013-11-12  horneds

	* Version 2.0.4
	* Bugfix release

2013-10-27  horneds

	* Version 2.0.2

2013-10-13  horneds

	* Version 2.0.1
	* Append JavaScript code checker (c) lukaszpiotr
	* Create plugin structure (move pylint, gjslint to plugins)

2013-09-16  horneds

	* Version 1.5.4
	* fix default liners value for parsing options (c) Grzegorz Śliwiński

2013-09-05  horneds

	* Version 1.5.3
	* Hotfix release

2013-08-30  horneds

	* Version 1.5.1
	* Remove ordereddict requirement for python 2.6
	* pep257 0.2.4
	* pep8 1.4.7a0

2013-08-07  horneds

	* Version 1.4.0
	* Pylint 1.0.0
	* Pep257 0.2.3
	* mccabe 0.2.1

2013-07-25  horneds

	* Version 1.3.3

2013-07-08  horneds

	* Merge settings from command lines, ini files and modelines
	* Version 1.3.1

2013-07-03  horneds

	* PEP8 1.4.6
	* Pyflakes 0.7.3

2013-06-25  horneds

	* Fix file paths

2013-06-20  horneds

	* Version 1.1.0
	* File's sections in `pylama.ini` now supports a filemasks

2013-06-17  horneds

	* WARNING: Change skipline pattern 'nolint' -> 'noqa' for better compatibility

2013-06-07  horneds

	* Version 1.0.4
	* Added PEP257 checker
	* Experemental async support

2013-05-31  horneds

	* Version 1.0.2
	* Fix release 1.0.0

2013-05-30  horneds

	* Beta release 1.0.0

2013-05-29  horneds

	* Version 0.3.8
	* Added docs

2013-05-22  horneds

	* Version 0.3.6
	* Fix release 0.3.5

2013-05-21  horneds

	* Version 0.3.5
	* Now pylama can parse global and file-related options from file.

2013-05-15  horneds

	* Version 0.3.2
	* Fix PEP8 UTF bug

2013-05-03  horneds

	* Version 0.3.1
	* pylint 0.28.0
	* pyflakes 0.7.3a0

2013-03-31  klen

	* Version 0.3.0;
	* Python3 support;

2013-03-29  klen

	* Added git and mercurial hooks;
	* Version 0.2.8

2013-03-22  klen

	* Version 0.2.7;
	* Added 'skipline' flag. See `# nolint`;
	* Added pylint parseable format;

2013-03-15  klen

	* Version 0.2.3
	* Update pyflakes to 0.6.1

2013-03-14  klen

	* Version 0.2.2
	* PEP8 to version 1.4.5;
	* Added Pylint 0.27.0 (disabled by default)

2013-02-15  klen

	* Version 0.1.4
	* Update pep8 and pyflakes
	* `skip` option allowed to use unix file masks
	* `skip` option allowed to use many patterns (split by comma)
	* Added `report` option for file reports

2012-08-17  klen

	* Initial release
