diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2b07c..af4c833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 26 | - `ngit list --status` - filter by status (open,draft,closed,applied) | 26 | - `ngit list --status` - filter by status (open,draft,closed,applied) |
| 27 | - `ngit init --hashtag` - specify repository hashtag | 27 | - `ngit init --hashtag` - specify repository hashtag |
| 28 | - Push options for PR title/description: `git push --push-option=title="..." --push-option=description="..."` | 28 | - Push options for PR title/description: `git push --push-option=title="..." --push-option=description="..."` |
| 29 | - Multiline support: use `\n` for newlines in values (e.g. `--push-option=description='line1\n\nline2'`). Use single quotes to prevent shell interpretation. Use `\\n` for a literal backslash-n. | ||
| 29 | 30 | ||
| 30 | ### Removed | 31 | ### Removed |
| 31 | 32 | ||