Skip to content

Commit 7962bac

Browse files
committed
chore: add 1.41.1 changelog (coder#1255)
1 parent 5adf505 commit 7962bac

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelog/1.41.1.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 1.41.1
2+
3+
### Breaking changes ❗
4+
5+
- There are no breaking changes in 1.41.1.
6+
7+
### Features ✨
8+
9+
- There are no new features 1.41.1.
10+
11+
### Bug fixes 🐛
12+
13+
- Improved PTY session handling in embedded SSH connections.
14+
- Fixed a goroutine leak.
15+
16+
### Security updates 🔐
17+
18+
- Fixed an issue where users could modify other users' workspaces autostart configuration.

manifest.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,14 @@
11271127
{
11281128
"path": "./changelog/1.41.0.md",
11291129
"title": "1.41.0",
1130-
"description": "Released on 03/23/2023"
1130+
"description": "Released on 03/23/2023",
1131+
"children": [
1132+
{
1133+
"path": "./changelog/1.41.1.md",
1134+
"title": "1.41.1",
1135+
"description": "Released on 04/14/2023"
1136+
}
1137+
]
11311138
},
11321139
{
11331140
"path": "./changelog/1.40.0.md",

0 commit comments

Comments
 (0)