Skip to content

Commit

Permalink
Merge branch 'main' into fix-triple-slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Astapov committed Sep 2, 2023
2 parents 2c11570 + 1a0e1e8 commit 9bd3c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
#### :boom: Breaking Change
* [#527](https://github.com/tracked-tools/ember-async-data/pull/527) Drop TypeScript support for <= 4.7 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#575](https://github.com/tracked-tools/ember-async-data/pull/575) Add hard error and deprecations for 1.0 ([@chriskrycho](https://github.com/chriskrycho))
* [#473](https://github.com/tracked-tools/ember-async-data/pull/473) Use the types published from Ember itself ([@chriskrycho](https://github.com/chriskrycho))
* [#473](https://github.com/tracked-tools/ember-async-data/pull/473) Use the types published from Ember itself; require Ember.js v4.8.4 or above ([@chriskrycho](https://github.com/chriskrycho))

#### :rocket: Enhancement
* [#575](https://github.com/tracked-tools/ember-async-data/pull/575) Add hard error and deprecations for 1.0 ([@chriskrycho](https://github.com/chriskrycho))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ A utility/helper and data structure for representing a `Promise` in a declarativ
## Compatibility
- Ember.js v3.28 or above (requires Octane Edition)
- Ember.js v4.8.4 or above (requires Octane Edition)
- Embroider or ember-auto-import v2.0.0 or above (this is [v2 addon](https://emberjs.github.io/rfcs/0507-embroider-v2-package-format.html)
### TypeScript
Expand Down

0 comments on commit 9bd3c13

Please sign in to comment.