Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/blog/2018-10-19-the-ember-times-issue-69.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


---
Expand Down