Skip to content

Commit

Permalink
Add v4.4.0-beta.1 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Mar 24, 2022
1 parent ba3bc06 commit c1c4a73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Ember Changelog

### v4.4.0-beta.1 (March 24, 2022)

- [#19882](https://github.com/emberjs/ember.js/pull/19882) / [#20005](https://github.com/emberjs/ember.js/pull/20005) [FEATURE] Implement the `unique-id` helper per [RFC #0659](https://github.com/emberjs/rfcs/blob/master/text/0659-unique-id-helper.md).
- [#19981](https://github.com/emberjs/ember.js/pull/19981) [FEATURE] Facilitate custom test setups per [RFC #0637](https://github.com/emberjs/rfcs/blob/master/text/0637-customizable-test-setups.md).
- [#16879](https://github.com/emberjs/ember.js/pull/16879) [BUGFIX] isEmpty on nested objects
- [#17978](https://github.com/emberjs/ember.js/pull/17978) Make hasListeners public
- [#20014](https://github.com/emberjs/ember.js/pull/20014) Log `until` for deprecations

### v4.3.0 (March 21, 2022)

- [#20025](https://github.com/emberjs/ember.js/pull/20025) [BUGFIX] Fix a memory leak in the Router Service class
Expand Down

0 comments on commit c1c4a73

Please sign in to comment.