_Example of abbreviated prompt_
## RFC process (jzaefferer)
We now have an [RFC process](https://github.com/nushell/rfcs) if you want to propose new features and breaking changes to Nu. Come let us know what you think and share your vision with us.
## Starship becomes optional (fdncred)
We've made enabling starship a configuration option, rather than always being on. This allows you to opt-in, if you'd like the starship experience, but removes the requirement that you have to know to build without starship if you'd rather not have it (which may not be possible if you're using binary releases).
To enable starship, set the `use_starship` setting:
```
> config --set [use_starship $true]
```
## New table drawing (sophiajt)
With 0.16.0, we now use a new table drawing algorithm. Here's the before and after for comparison: