From 339d23d27cd72d4839353b05dfa5c01926b80f08 Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Fri, 16 Mar 2018 08:15:09 -0700 Subject: [PATCH] Update 2018-03-19.md --- docs/focus/2018-03-19.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/focus/2018-03-19.md b/docs/focus/2018-03-19.md index a977fafbd..1c948171d 100644 --- a/docs/focus/2018-03-19.md +++ b/docs/focus/2018-03-19.md @@ -1,6 +1,9 @@ ## Highlights from the past week - Atom IDE + - Shipping Console Logging + - Fixed bugs including multi-symbol autocomplete trigger, java detection etc. + - Started learning Rust - GitHub Package - Automated the production of `gpg` and `gpg-agent` binaries for Windows, MacOS, and Linux with [squeegpg-native](https://github.com/atom/squeegpg-native). - Investigated the setup for [including a TypeScript transpiler in an Atom package](https://github.com/smashwilson/minimal-typescript-atom) with React.