# Libs-API Edition wishlist
## Edition dependent name resolution
- `write!` macro
- `Mutex` switch to non-poisoning
- Switch to new Range types
- `Command` rework API & add a lifetime
- `Path` - if we had a new API
- Rename `clamp_to` to `clamp`, and `clamp` to `clamp_something_or_other`.
- Relax semantics of `min`/`max`, move old behavior in `maximum_number`/`minimum_number`
- Change collection `append` methods to take `other` by value
- If we stabilize `try_map`-style methods without `Residual`, allow changing these to use `Residual` in the future.