- [Docs - Getting started](https://strawmelonjuice.com/?p=projects/bananen/docs)
- [Get bananen](https://strawmelonjuice.com/?p=projects/bananen/get)
- [GitHub](https://github.com/strawmelonjuice/bananen/)
# Bananen! 🍌 -> [Docs](https://strawmelonjuice.com/?p=projects/bananen/docs) -> Subcommand: `Add`
## Function
`add` adds new changes to the 'unreleased' section of your changelog.
## Aliases
`a`
## Usage
```bash
bananen add "" [--breaking]
```
| Parameter | Usage |
| ---------------------- | ------------------------------------------------------------ |
| `` | Type of change:
`addition\|add\|a`: Addition
`update\|up\|u`: Update
`fix\|solve\|f`: Fix
`removal\|rem\|del\|r`: Removal |
| `` | A line describing the change you are documenting. One change per command is preferred, as Bananen! 🍌 generates bullet point change logs. |
| `--breaking` | (Optional) Warns readers that this change breaks compatibility with earlier versions. |