Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
# Unreleased

- [#81](https://github.com/charignon/github-review/pull/81): Allow reply to code comments. Enable via `github-review-reply-inline-comments`. See README.
- [#87](https://github.com/charignon/github-review/pull/87): Enable `outline-mode` by default to allow hide/show hunks. See `outline-*` commands.
- [#87](https://github.com/charignon/github-review/pull/87): [bugfix] Enable `outline-mode` by default to allow hide/show hunks. See `outline-*` commands.
- [#85](https://github.com/charignon/github-review/pull/85): [bugfix] Start review from beginning of diff buffer.
- [#84](https://github.com/charignon/github-review/pull/84): [bugfix] Warn user if he tries to review anything other than a PR.
- [#82](https://github.com/charignon/github-review/pull/82): Enable goto-source code using `C-c c-c` via `diff-goto-source`.
- [#79](https://github.com/charignon/github-review/pull/79): View existing comments in code lines. Enable via `github-review-view-comments-in-code-lines`.