From 2138ec464f0dea9e383635abd800e24c2cb0da84 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Tue, 13 Sep 2022 21:21:15 +0100 Subject: [PATCH] fixing markdown lint error --- content/ember-released-4-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ember-released-4-7.md b/content/ember-released-4-7.md index 8b0de49d5..b35d63898 100644 --- a/content/ember-released-4-7.md +++ b/content/ember-released-4-7.md @@ -58,7 +58,7 @@ Ember Data is the official data persistence library for Ember.js applications. Version 4.7 implements a "2.1" cache spec while deprecating the v1 cache spec. This spec differs somewhat from the [original 2.0 RFC](https://rfcs.emberjs.com/id/0461-ember-data-singleton-record-data), an updated RFC specifying the modifications will be published soon. Users looking to migrate to the 2.1 cache should expect that the finalized version of 2.1 enforces that the cache is always a singleton (vs merely allowed to be a singleton), and that data provided to the store and queries to the store from the cache should always contain identifiers in their stable form. This latter point is enforced in 4.7, the former is not yet enforced. - + **Performance Improvements** > Note: many performance improvements are gated by deprecation removal, meaning that you need to resolve all deprecations for EmberData 4.7 and mark your app as compatible with that version in order to opt in to the fastest codepaths. All applications should observe significant speed improvements when using EmberData 4.7. The below call-outs are in relation to EmberData 4.6.