Add the release blockers

This commit is contained in:
Ash Wilson 2018-03-12 13:05:27 -04:00
parent 0397add9c9
commit 033451d904
No known key found for this signature in database
GPG Key ID: 81B1DDB704F69D2A

View File

@ -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))