We've only added a few topics so far, but we hope to grow these topics (with your help) over the coming releases.
## New commands and features
- [`drop nth`](https://github.com/nushell/nushell/pull/3917) - drops the given rows (andrasio)
- [`PROMPT_STRING` environment variable](https://github.com/nushell/nushell/pull/3918) - configures the script to run to create the prompt directly from the environment (elferherrera)
- [`zip`](https://github.com/nushell/nushell/pull/3919) - combine two lists into one list of pairs (andrasio)
## Dataframe improvements (elferherrera)
- [datetime commands](https://github.com/nushell/nushell/pull/3894)