- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that changes existing functionality)
- What documentation changes are needed for this feature? (Provide links to existing documentation topics that will require updates)
- Will this change affect backwards compatibility or other users' overrides?
- My code follows the code style of this project.
- I have updated the unit tests to reflect the changes in my code.