From 2f557f86b2578dbbe57118827fa353a0afa769dd Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Tue, 24 Aug 2021 01:41:40 +0200 Subject: [PATCH] removed text in README that is in DEPRECATIONS --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9717e1b0..8bd0d118 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -191,7 +191,7 @@ Deprecations become breaking changes after notifying developers through deprecat - `5.0.0` marks the beginning of logging the deprecation warning for one entire major release - `6.0.0` makes the breaking change by removing the deprecation warning and making the new feature replace the existing feature -Developer feedback during the deprecation period may further postpone the introduction of a breaking change. The [Deprecation Plan](https://github.com/parse-community/parse-server/blob/master/DEPRECATIONS.md) gives an overview of deprecations and planned breaking changes. +See the [Deprecation Plan](https://github.com/parse-community/parse-server/blob/master/DEPRECATIONS.md) for an overview of deprecations and planned breaking changes. ## Feature Considerations ### Security Checks