From 18de0d2d40e30337883a864f8e89f0f6b5f04c82 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 30 Apr 2018 10:13:24 -0700 Subject: [PATCH] Add Max's focus --- docs/focus/2018-04-30.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/focus/2018-04-30.md b/docs/focus/2018-04-30.md index 7070e17cb..963089822 100644 --- a/docs/focus/2018-04-30.md +++ b/docs/focus/2018-04-30.md @@ -8,6 +8,7 @@ - Shipped [Teletype 0.13.1](https://github.com/atom/teletype/releases/tag/v0.13.1) to fix an issue that could occur when a guest puts their computer to sleep while participating in a portal ([atom/teletype#354](https://github.com/atom/teletype/issues/354)) - Xray - Reactor Duty + - See the [1.26.1 release notes](https://github.com/atom/atom/releases/tag/v1.26.1). ## Focus for week ahead @@ -20,3 +21,4 @@ - :bug: Fix issue that sometimes occurs when closing WebRTC connection ([atom/teletype#368](https://github.com/atom/teletype/issues/368)) - Planning for the months ahead - Tree-sitter + - Continue work on [https://github.com/tree-sitter/tree-sitter/pull/162] - making syntax trees fully persistent so they can be easily used id multi-threaded code.