Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.2] - 2021-09-03
### Added
- `Quarrel.get_listener_pid/2` will return the PID of a listener module
## [0.1.1] - 2021-08-31
### Fixed
- `Quarrel.add_setting/2` now allowed to update nil values
- `Quarrel.TestConsumer` fixed a typo
## [0.1.0] - 2021-08-31
### Added
- Initial Release