==================
Improvements
------------
- `31 <https://github.com/saltstack/pytest-skip-markers/issues/31>`_: Refactored the logs collector into a generic file collector
- `33 <https://github.com/saltstack/pytest-skip-markers/issues/33>`_: If a processor decides not to return the passed event, no attempts to run the next processor on it or just forward it should be made
- `34 <https://github.com/saltstack/pytest-skip-markers/issues/34>`_: Log the traceback on the first time a pipeline run raises an exception
- `37 <https://github.com/saltstack/pytest-skip-markers/issues/37>`_: Processors can now return 1 or more events, they'll all get forwarded
Bug Fixes
---------
- `32 <https://github.com/saltstack/pytest-skip-markers/issues/32>`_: If one of the processors raises an exception, stop processing the event