Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Aug 6, 2020
1 parent d408411 commit 51f0dfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v8.10.0 (2020-08-05)

#### :rocket: Enhancement
* [#898](https://github.com/ember-cli/eslint-plugin-ember/pull/898) Add new rule [no-controller-access-in-routes](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-controller-access-in-routes.md) ([@emonroy](https://github.com/emonroy))
* [#887](https://github.com/ember-cli/eslint-plugin-ember/pull/887) Add option for custom computed property macros in [no-assignment-of-untracked-properties-used-in-tracking-contexts](https://github.com/ember-cli/eslint-plugin-ember/blob/master/docs/rules/no-assignment-of-untracked-properties-used-in-tracking-contexts.md) rule ([@mongoose700](https://github.com/mongoose700))

#### Committers: 2
- Eduardo Monroy Martínez ([@emonroy](https://github.com/emonroy))
- Michael Peirce ([@mongoose700](https://github.com/mongoose700))

## v8.9.2 (2020-07-23)

#### :bug: Bug Fix
Expand Down

0 comments on commit 51f0dfc

Please sign in to comment.