changelog: fix entries for #15522 and #15819 (#15998)

This commit is contained in:
Luiz Aoqui 2023-02-01 18:03:39 -05:00 committed by GitHub
parent 0abf0b948b
commit 7c47b576cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
```release-note:improvement
server: Added raft snapshot arguments to server config
```
```release-note:improvement
server: Certain raft configuration elements can now be reloaded without restarting the server
```

View File

@ -1,3 +1,3 @@
```release-note:improvement
"build: Added hyper-v isolation mode for docker on Windows"
build: Added hyper-v isolation mode for docker on Windows
```

View File

@ -29,7 +29,7 @@ const (
Enter Note => `
)
var noteRe = regexp.MustCompile(`[a-z0-9/\s]+: .+`)
var noteRe = regexp.MustCompile(`^[a-z0-9/\s]+: .+`)
func main() {
pr, err := ask(pr)