diff --git a/source/2019-03-29-the-ember-times-issue-91.md b/source/2019-03-29-the-ember-times-issue-91.md index 39550388a..5798deeb0 100644 --- a/source/2019-03-29-the-ember-times-issue-91.md +++ b/source/2019-03-29-the-ember-times-issue-91.md @@ -9,7 +9,7 @@ responsive: true เท„เท™เถฝเท Emberistas! ๐Ÿน -Read some RFCs around extending `EmberObject` ๐Ÿ’ก, learn how to build Hangman with **Ember Octane** ๐ŸŽฌ, plus check out the Record Data Errors RFC ๐Ÿ“‡, "e"mpressive EmberWeekend podcast with **@mansona** ๐ŸŽ™, and the Singleton Record Data RFC for Ember Data ๐Ÿ’พ! Last, but not least, catch our exclusive interview with Ember contributor **@kategengler**. ๐Ÿš€ +Read some RFCs around extending `EmberObject` ๐Ÿ’ก, learn how to build Hangman with **Ember Octane** ๐ŸŽฌ, plus check out the Record Data Errors RFC ๐Ÿ“‡, an "e"mpressive EmberWeekend podcast with **@mansona** ๐ŸŽ™, and the Singleton Record Data RFC for Ember Data ๐Ÿ’พ! Last, but not least, catch our exclusive interview with Ember contributor **@kategengler**. ๐Ÿš€ --- @@ -60,7 +60,7 @@ Listen to the full [podcast]( https://emberweekend.com/episodes/empress-the-embe ## [Singleton Record Data RFC ๐Ÿ’พ](https://github.com/emberjs/rfcs/pull/461) Want to learn more about how some of Ember Data's APIs are developing? Take a peek at the Singleton Record Data RFC recently opened by [@runspired](https://github.com/runspired). -This RFC focuses on ensuring that Record Data can be implemented as a singleton, eliminates some redundant APIs and simplifies method signatures. This plan for Record Data offers opportunities for performance optimizations โšก๏ธ and improved feature sets! โœจ +This RFC focuses on ensuring that Record Data can be implemented as a singleton, eliminates some redundant APIs and simplifies method signatures. This plan for Record Data offers opportunities for **performance optimizations** โšก๏ธ and **improved feature sets**! โœจ For these proposed changes and a detailed design, including changes to many of the methods involved, check out the [Singleton Record Data RFC](https://github.com/emberjs/rfcs/pull/461).