Skip to content

Commit

Permalink
Update Changelog for v3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
igorT committed Feb 12, 2021
1 parent 481de22 commit 111813c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ember Data Changelog


## Release 3.25.0-beta.0 (January 4, 2021)
## Release 3.25.0 (February 11, 2021)
- [#7394](https://github.com/emberjs/data/pull/7394) [Cleanup]: Remove RECORD_ARRAY_MANAGER_IDENTIFIERS (#7394)
- [#7393](https://github.com/emberjs/data/pull/7393) [Cleanup]: Remove FULL_LINKS_ON_RELATIONSHIPS (#7393)
- [#7292](https://github.com/emberjs/data/pull/7292) [DOC model] convert api examples to native classes/Octane (#7292)
Expand Down
8 changes: 4 additions & 4 deletions packages/-ember-data/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ module.exports = function() {
},
},
{
name: 'ember-lts-3.16',
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'ember-source': '~3.16.0',
'ember-source': '~3.20.0',
},
},
},
{
name: 'ember-lts-3.20',
name: 'ember-lts-3.24',
npm: {
devDependencies: {
'ember-source': '~3.20.0',
'ember-source': '~3.24.0',
},
},
},
Expand Down

0 comments on commit 111813c

Please sign in to comment.