## Overview ### Definition of Done - [ ] There are no TODOs left in the code - [ ] Change is covered by [automated tests](https://github.com/jni-rs/jni-rs/blob/master/CONTRIBUTING.md#tests) - [ ] The [coding guidelines](https://github.com/jni-rs/jni-rs/blob/master/CONTRIBUTING.md#the-code-style) are followed - [ ] Public API has documentation - [ ] User-visible changes are mentioned in the Changelog - [ ] The continuous integration build passes