We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf1869 commit 54024c1Copy full SHA for 54024c1
changelog/1.21.3.md
@@ -0,0 +1,20 @@
1
+---
2
+title: "1.21.3"
3
+description: "Released on 09/13/2021"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.21.3.
9
10
+### Features ✨
11
12
+There are no new features in 1.21.3.
13
14
+### Bug fixes 🐛
15
16
+- infra: Fixed goroutine/memory leaks.
17
18
+### Security updates 🔐
19
20
+There are no security updates in 1.21.3.
manifest.json
@@ -411,6 +411,9 @@
411
{
412
"path": "./changelog/index.md",
413
"children": [
414
+ {
415
+ "path": "./changelog/1.21.3.md"
416
+ },
417
418
"path": "./changelog/1.21.2.md"
419
},
0 commit comments