From ff88018b0c9b71fbe8cf3dc209d7fcfe0650e7a6 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 12 Aug 2023 16:28:12 +0200 Subject: [PATCH] rephrased the dependency documentation (#3565) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c91a483bb..d2b2fef8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -214,7 +214,7 @@ Since previously updating Vite 2.5.10 to 2.6.0 broke the application completely, Patch release = the third digit ([Semantic Versioning](https://semver.org/)) -If for maybe security reasons, a library must be updated. Then you must need to check if there are any breaking changes. +If for security / bug / other reasons, a library must be updated, breaking changes need to be checked by the person proposing the change. ## Translations