diff --git a/CHANGELOG.md b/CHANGELOG.md index adc1d78..62514ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.