* Add event filtering mechanism in event dispatcher classes
0.0.7
------
* Fix creating event handlers mapping when ``mpl_event_handler`` was used in subclass
0.0.6
------
* Bump matplotlib version: >=2.0,<3.2
0.0.5
------
* Rename ``connection`` method to ``make_connection`` in ``MplEvent`` class * Use dict instead of list for stroring all connections in dispatcher class (``mpl_connections``) * Add sphinx-based documentation * Update README
0.0.4
------
* Add ``connection`` method to ``MplEvent`` class * Improve README * Add tox/CI configuration * Fix ``figure`` fixture (closing figure at theardown) * Fix flake8 errors
0.0.3
------
* Add ``connect`` argument to constructor of ``MplEventDispatcher`` class * Add ``disable_default_handlers`` attribute to ``MplEventDispatcher`` class * Improve README