diff --git a/source/blog/2018-10-19-the-ember-times-issue-69.md b/source/blog/2018-10-19-the-ember-times-issue-69.md index c83835fbcd..098ba9c5a1 100644 --- a/source/blog/2018-10-19-the-ember-times-issue-69.md +++ b/source/blog/2018-10-19-the-ember-times-issue-69.md @@ -35,7 +35,10 @@ Curious to know more? Here's the [full proposal](https://github.com/emberjs/rfcs --- -## [SECTION TITLE](#section-url) +## [We've Got You Covered ⛑](https://github.com/emberjs/ember.js/pull/16910) +You might have noticed that sometimes when a new release of Ember is out some API documentation can disappear. This happens when code gets moved around in Ember, such as putting functions in their own modules, which makes it easy to make mistakes that impact the documentation parser. [@ef4](https://github.com/ef4) added [test coverage](https://github.com/emberjs/ember.js/pull/16910) for exactly these cases. + +This means that when a new release is prepared these tests will most likely catch any unintentional documentation changes. ---