2017-05-07 14:54:41 +00:00
|
|
|
This is:
|
|
|
|
|
2017-12-17 10:17:19 +00:00
|
|
|
```
|
2017-05-07 14:54:41 +00:00
|
|
|
- [ ] a bugfix
|
|
|
|
- [ ] a new feature
|
2017-12-17 10:17:19 +00:00
|
|
|
```
|
2017-05-07 14:54:41 +00:00
|
|
|
|
|
|
|
Checklist:
|
|
|
|
|
|
|
|
- [ ] Changes are covered by unit tests
|
|
|
|
- [ ] Code style is respected
|
|
|
|
- [ ] Commit message explains **why** the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
|
|
|
|
- [ ] CHANGELOG.md contains a short summary of the change
|
|
|
|
- [ ] Documentation is updated as necessary
|
|
|
|
|
2017-12-17 10:17:19 +00:00
|
|
|
### Why this change is needed?
|