# `disqualified` Release Notes
## Version 1.1.0
Various improvements to edge-case output, preserving important information while collapsing less-important information.
- [preserve & in references](https://github.com/bevyengine/disqualified/pull/6)
- [elide lifetime parameters](https://github.com/bevyengine/disqualified/pull/7)
- [handle closure identifiers in function types](https://github.com/bevyengine/disqualified/pull/8)
## Version 1.0.0
- initial release
- code was taken directly from `bevy_utils 0.14`, under a MIT + Apache dual license