update release notes (#4055)

This commit is contained in:
fatedier
2024-03-12 15:14:13 +08:00
committed by GitHub
parent 43ba7bd338
commit e6ec5a509b
8 changed files with 17 additions and 7 deletions

View File

@@ -186,7 +186,7 @@ func (c *TypedProxyConfig) UnmarshalJSON(b []byte) error {
decoder.DisallowUnknownFields()
}
if err := decoder.Decode(configurer); err != nil {
return err
return fmt.Errorf("unmarshal ProxyConfig error: %v", err)
}
c.ProxyConfigurer = configurer
return nil