From 31d929b730c7a000dd773cbf0f1d72d21a1fc363 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Thu, 31 Dec 2020 13:45:06 -0800 Subject: [PATCH 1/2] Docs: Update semantic versioning policy Explicitly mention how we handle new language features for rules. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80edf7191f..a824d25d2d5 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ ESLint follows [semantic versioning](https://semver.org). However, due to the na * A bug fix in a rule that results in ESLint reporting more linting errors. * A new rule is created. * A new option to an existing rule that does not result in ESLint reporting more linting errors by default. + * A new option to an existing rule to support a newly-added language feature (within the last 12 months) that will result in ESLint reporting more linting errors by default. * An existing rule is deprecated. * A new CLI capability is created. * New capabilities to the public API are added (new classes, new methods, new arguments to existing methods, etc.). From db68d880d57eb82dabed199ba766b4ea4e35c644 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 5 Jan 2021 17:16:19 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a824d25d2d5..015639b51c8 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ ESLint follows [semantic versioning](https://semver.org). However, due to the na * A bug fix in a rule that results in ESLint reporting more linting errors. * A new rule is created. * A new option to an existing rule that does not result in ESLint reporting more linting errors by default. - * A new option to an existing rule to support a newly-added language feature (within the last 12 months) that will result in ESLint reporting more linting errors by default. + * A new addition to an existing rule to support a newly-added language feature (within the last 12 months) that will result in ESLint reporting more linting errors by default. * An existing rule is deprecated. * A new CLI capability is created. * New capabilities to the public API are added (new classes, new methods, new arguments to existing methods, etc.).