Skip to content

Commit dbfdbb6

Browse files
committed
docs(changelog) modify 2.0.3 CHANGELOG.md formatting
1 parent 0815189 commit dbfdbb6

File tree

1 file changed

+51
-25
lines changed

1 file changed

+51
-25
lines changed

CHANGELOG.md

Lines changed: 51 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of Contents
22

33

4+
- [2.0.4](#204)
45
- [2.0.3](#203)
56
- [2.0.2](#202)
67
- [2.0.1](#201)
@@ -42,6 +43,30 @@
4243
- [0.9.9 and prior](#099---20170202)
4344

4445

46+
## [2.0.4]
47+
48+
> Released 2020/04/22
49+
50+
<<< TODO Introduction, plus any sections below >>>
51+
52+
### Fixes
53+
54+
##### Core
55+
56+
##### CLI
57+
58+
##### Configuration
59+
60+
##### Admin API
61+
62+
##### PDK
63+
64+
##### Plugins
65+
66+
67+
[Back to TOC](#table-of-contents)
68+
69+
4570
## [2.0.3]
4671

4772
> Released 2020/04/06
@@ -54,40 +79,40 @@ breaking changes.
5479

5580
##### Core
5681

57-
- Setting the target weight to 0 does not automatically remove the upstream.
58-
[#5710](https://github.com/Kong/kong/pull/5710).
59-
- The plugins iterator is now always fully built, even if the initialization
60-
of any of them fails.
61-
[#5692](https://github.com/Kong/kong/pull/5692).
62-
- Fixed the load of `dns_not_found_ttl` and `dns_error_ttl` configuration
63-
options.
64-
[#5684](https://github.com/Kong/kong/pull/5684).
65-
- Consumers and tags are properly warmed-up from the plugins' perspective,
66-
i.e. they are loaded to the cache space that plugins access.
67-
[#5669](https://github.com/Kong/kong/pull/5669).
68-
- Customized error messages don't affect subsequent default error responses
69-
now.
70-
[#5673](https://github.com/Kong/kong/pull/5673).
82+
- Setting the target weight to 0 does not automatically remove the upstream.
83+
[#5710](https://github.com/Kong/kong/pull/5710).
84+
- The plugins iterator is now always fully built, even if the initialization
85+
of any of them fails.
86+
[#5692](https://github.com/Kong/kong/pull/5692).
87+
- Fixed the load of `dns_not_found_ttl` and `dns_error_ttl` configuration
88+
options.
89+
[#5684](https://github.com/Kong/kong/pull/5684).
90+
- Consumers and tags are properly warmed-up from the plugins' perspective,
91+
i.e. they are loaded to the cache space that plugins access.
92+
[#5669](https://github.com/Kong/kong/pull/5669).
93+
- Customized error messages don't affect subsequent default error responses
94+
now.
95+
[#5673](https://github.com/Kong/kong/pull/5673).
7196

7297
##### CLI
7398

74-
- Fixed the `lua_package_path` option precedence over `LUA_PATH` environment
75-
variable.
76-
[#5729](https://github.com/Kong/kong/pull/5729).
77-
- Support to Nginx binary upgrade by correctly handling the `USR2` signal.
78-
[#5657](https://github.com/Kong/kong/pull/5657).
99+
- Fixed the `lua_package_path` option precedence over `LUA_PATH` environment
100+
variable.
101+
[#5729](https://github.com/Kong/kong/pull/5729).
102+
- Support to Nginx binary upgrade by correctly handling the `USR2` signal.
103+
[#5657](https://github.com/Kong/kong/pull/5657).
79104

80105
##### Configuration
81106

82-
- Fixed the logrotate configuration file with the right line terminators.
83-
[#243](https://github.com/Kong/kong-build-tools/pull/243).
84-
Thanks, [WALL-E](https://github.com/WALL-E)
107+
- Fixed the logrotate configuration file with the right line terminators.
108+
[#243](https://github.com/Kong/kong-build-tools/pull/243).
109+
Thanks, [WALL-E](https://github.com/WALL-E)
85110

86111
##### Admin API
87112

88-
- Fixed the `sni is duplicated` error when sending multiple `SNIs` as body
89-
arguments and an `SNI` on URL that matched one from the body.
90-
[#5660](https://github.com/Kong/kong/pull/5660).
113+
- Fixed the `sni is duplicated` error when sending multiple `SNIs` as body
114+
arguments and an `SNI` on URL that matched one from the body.
115+
[#5660](https://github.com/Kong/kong/pull/5660).
91116

92117
[Back to TOC](#table-of-contents)
93118

@@ -4747,6 +4772,7 @@ First version running with Cassandra.
47474772

47484773
[Back to TOC](#table-of-contents)
47494774

4775+
[2.0.4]: https://github.com/Kong/kong/compare/2.0.3...2.0.4
47504776
[2.0.3]: https://github.com/Kong/kong/compare/2.0.2...2.0.3
47514777
[2.0.2]: https://github.com/Kong/kong/compare/2.0.1...2.0.2
47524778
[2.0.1]: https://github.com/Kong/kong/compare/2.0.0...2.0.1

0 commit comments

Comments
 (0)