diff --git a/source/blog/2019-02-22-the-ember-times-issue-86.md b/source/blog/2019-02-22-the-ember-times-issue-86.md
index 0fe2a05b7f..324108545d 100644
--- a/source/blog/2019-02-22-the-ember-times-issue-86.md
+++ b/source/blog/2019-02-22-the-ember-times-issue-86.md
@@ -1,8 +1,8 @@
---
-title: The Ember Times - Issue No. XX
-author: Chris Ng, Gaurav Munjal, Amy Lam, the crowd
+title: The Ember Times - Issue No. 86
+author: Chris Ng, Gaurav Munjal, Amy Lam, Jessica Jordan, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
-alias : "blog/2019/xx/xx-the-ember-times-issue-XX.html"
+alias : "blog/2019/02/22-the-ember-times-issue-86.html"
responsive: true
---
@@ -12,6 +12,8 @@ responsive: true
Check out the two follow up RFCs to make Tracked Properties better 👣, an Ember community experience 🤝...
+...and an exclusive interview with Ember contributor @cibernox 💬 !
+
---
## [SECTION TITLE](#section-url)
@@ -51,7 +53,14 @@ Read and comment on the [Decorator Support RFC](https://github.com/emberjs/rfcs/
---
-## [SECTION TITLE](#section-url)
+## [Less Confused 🤷♀️🚫 with htmlSafe and with](https://github.com/emberjs/rfcs/pull/443)
+
+Two new **Requests for Comments (RFC)** propose deprecations to better avoid confusion in Ember apps:
+[One of the proposals](https://github.com/emberjs/rfcs/pull/443) aims to rename the `htmlSafe` template helper and util to `trustedHtml` in an effort to convey the mechanism of the util better.
+
+[The second RFC](https://github.com/emberjs/rfcs/pull/445) proposes the deprecation of the `with` template helper acknowledging the rather recent [`let` helper](https://guides.emberjs.com/release/templates/built-in-helpers/#toc_built-in-block-helpers), that can now be used in templates instead of and with much clearer intent than `with`.
+
+Be sure to check out the original proposals for [the renaming of htmlSafe](https://github.com/emberjs/rfcs/pull/443) and [the deprecation of the with helper](https://github.com/emberjs/rfcs/pull/445) and leave your comments below!
---
@@ -63,9 +72,9 @@ in order to enable me to customize it to my liking. Given that it would break ba
I was surprised when Bujorel Tecu AKA [@btecu](https://github.com/btecu), the author of ember-simple-tree,
contacted me and wanted to work together to include my changes. As a result, my changes are now in the latest version of
-ember-simple-tree.
+ember-simple-tree.
-Even though we had to sacrifice technical backward compatibility, it was important to @btecu that we had a shared solution. One of the main strengths of Ember is how shared conventions enable developers to build on top of each other's work and improve the ecosystem for everyone. It's heartening to see this view echoed in the Ember addon community.
+Even though we had to sacrifice technical backward compatibility, it was important to @btecu that we had a shared solution. One of the main strengths of Ember is how shared conventions enable developers to build on top of each other's work and improve the ecosystem for everyone. It's heartening to see this view echoed in the Ember addon community.
---
@@ -75,7 +84,7 @@ Even though we had to sacrifice technical backward compatibility, it was importa
-In our 7th edition of the contributor interview series, community member **Miguel Camba**, also known as [@cibernox](https://github.com/cibernox) talks about and talk about his work on **powerful** addons, contributing by necessity and why the **silly pull request** is only **a myth**.
+In our 7th edition of the contributor interview series, community member **Miguel Camba**, also known as [@cibernox](https://github.com/cibernox) talks about his work on **powerful** addons, contributing by necessity and why the **silly pull request** is only **a myth**.
You can read the full interview on [the Ember Forum](https://discuss.emberjs.com/t/i-contribute-to-ember-with-miguel-camba/16193).
@@ -86,7 +95,7 @@ You can read the full interview on [the Ember Forum](https://discuss.emberjs.com
## [Contributors' Corner 👏](https://guides.emberjs.com/release/contributing/repositories/)
-
This week we'd like to thank our siblings for their contributions to Ember and related repositories! 💖
+This week we'd like to thank @rwjblue, @cibernox, @pzuraq, @ppcano, @Gaurav0, @MelSumner, @mixonic, @chrisrng, @runspired, @XaserAcheron, @scalvert, @mansona, @nummi, @jaredgalanis, @samselikoff, @aklkv, @bartocc, @locks, @jenweber, @EndangeredMassa and @CodingItWrong for their contributions to Ember and related repositories! 💖
--- @@ -116,4 +125,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Gaurav Munjal, Amy Lam the crowd and the Learning Team +Chris Ng, Gaurav Munjal, Amy Lam, Jessica Jordan, the crowd and the Learning Team