CHANGELOG
- #17254 [BREAKING] Explicitly drop support for Node 4
- #17426 [BUGFIX] Fix 'strict mode does not allow function declarations'
- #17431 [BUGFIX] Fix ability to override a computed.volatile
- #17398 [BUGFIX] Avoid console.trace for every Ember.warn
- #17399 [BUGFIX] Local variable shadowing assert
- #17403 [BUGFIX] Ensure legacy build of template compiler can be loaded.
- #17328 [BUGFIX] Ensure that delayed transition retrys work
- #17374 [BUGFIX] Fix cyclic references on Array.prototype
- #17134 [CLEANUP] Remove deprecated '_router'
- #17133 [CLEANUP] Remove deprecated 'property{Did,Will}Change'
- #16898 Add RFC 232 style util test blueprint for Mocha