From 033451d9047e26e472738e3f1973aeff72abd9dd Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Mon, 12 Mar 2018 13:05:27 -0400 Subject: [PATCH] Add the release blockers --- docs/focus/2018-03-12.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/focus/2018-03-12.md b/docs/focus/2018-03-12.md index e5e842525..0201a17a5 100644 --- a/docs/focus/2018-03-12.md +++ b/docs/focus/2018-03-12.md @@ -10,6 +10,9 @@ - Finish "Remember me" within the credential dialog [#1327](https://github.com/atom/github/pull/1327) - Sanitize stderr from git in error notifications [#1331](https://github.com/atom/github/pull/1331) - Upgrade MacOS build to CircleCI 2.0 [#1334](https://github.com/atom/github/pull/1334) + - Fix a stack trace when shifting focus to and from the FilePatchView [#1342](https://github.com/atom/github/pull/1342) + - Fix sluggish performance when editing commit messages while a large file patch is visible [#1347](https://github.com/atom/github/pull/1347) + - Fix stack trace caused by upstream changes in Relay [#1344](https://github.com/atom/github/pull/1344) - Begin packaging bundled GPG binaries akin to the way we handle git [atom/squeegpg-native](https://github.com/atom/squeegpg-native) - Teletype - Released [Teletype 0.10.0](https://github.com/atom/teletype/releases/tag/v0.10.0), introducing a streamlined view of your collaborators' avatars inside the editor ([atom/teletype#332](https://github.com/atom/teletype/issues/332))