chore: remove unnecessary backport PR in CHANGELOG.md (#5519)

This commit is contained in:
tzssangglass 2021-11-15 19:34:57 -06:00 committed by GitHub
parent cc43b9fc1b
commit 718eb4b21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ title: Changelog
- fix(admin): modify boolean parameters with PATCH [#5434](https://github.com/apache/apisix/pull/5432)
- fix(traffic-split): multiple rules with multiple weighted_upstreams under each rule cause upstream_key duplicate [#5414](https://github.com/apache/apisix/pull/5414)
- fix: add handler for invalid basic auth header values [#5419](https://github.com/apache/apisix/pull/5419)
- fix(request-validation): correct rejected_message to rejected_msg [#5355](https://github.com/apache/apisix/pull/5355)
### Change

View File

@ -60,7 +60,6 @@ title: CHANGELOG
- 修复用 PATCH 方法修改 boolean 参数的问题 [#5434](https://github.com/apache/apisix/pull/5432)
- 修复 traffic-split 插件 upstream_key 重复的问题 [#5414](https://github.com/apache/apisix/pull/5414)
- basic-auth 插件处理无效的 Authorization header [#5419](https://github.com/apache/apisix/pull/5419)
- 更正 request-validation 插件的 rejected_message 为 rejected_msg [#5355](https://github.com/apache/apisix/pull/5355)
### Change