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
