8000 minor #43041 [RateLimiter][Runtime] Remove experimental from README.m… · symfony/symfony@1b7526e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b7526e

Browse files
committed
minor #43041 [RateLimiter][Runtime] Remove experimental from README.md (Jean-Beru)
This PR was merged into the 5.4 branch. Discussion ---------- [RateLimiter][Runtime] Remove experimental from README.md | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | <!-- required for new features --> Since #42957 is merged, experimental mentions in RateLimiter and Runtime README.md files can be removed. Commits ------- 012d328 [RateLimiter][Runtime] Remove experimental from README.md
2 parents c03d45a + 012d328 commit 1b7526e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/Symfony/Component/RateLimiter/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ Rate Limiter Component
44
The Rate Limiter component provides a Token Bucket implementation to
55
rate limit input and output in your application.
66

7-
**This Component is experimental**.
8-
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
9-
are not covered by Symfony's
10-
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
11-
127
Getting Started
138
---------------
149

src/Symfony/Component/Runtime/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ Runtime Component
33

44
Symfony Runtime enables decoupling applications from global state.
55

6-
**This Component is experimental**.
7-
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
8-
are not covered by Symfony's
9-
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
10-
116
Resources
127
---------
138

0 commit comments

Comments
 (0)
0