From fd44741c8b13edf4ed0058ca70e8ef3930ba78e9 Mon Sep 17 00:00:00 2001 From: Wanderson Ferreira Date: Mon, 11 Oct 2021 16:40:51 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`.