Skip to content

Commit bf01aa3

Browse files
nightkrkazk
andauthored
Update CHANGELOG.md
Co-authored-by: kazk <[email protected]>
1 parent aa66fca commit bf01aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ UNRELEASED
1313
- Removed `impl From<T> for kube::Error` for the following types: `std::io::Error`, `hyper::Error`, `tower::BoxError`, `std::string::FromUtf8Error`, `http::Error`, `http::uri::InvalidUri`, `serde_json::Error`, `openssl::error::ErrorStack`, `kube::core::Error`, `kube::error::ConfigError`, `kube::error::DisoveryError`, `kube::error::OAuthError`.
1414
- Changed variants of error enums in `kube::runtime`. Replaced `snafu` with `thiserror`.
1515
* BREAKING: Replaced feature `kube-derive/schema` with attribute `#[kube(schema_mode)]` - #690
16-
- If you currently disable default `kube-runtime` default features to avoid automatic schema generation, add `#[kube(schema_mode = "disabled")]` to your spec struct instead
16+
- If you currently disable default `kube-derive` default features to avoid automatic schema generation, add `#[kube(schema_mode = "disabled")]` to your spec struct instead
1717

1818
0.63.2 / 2021-10-28
1919
===================

0 commit comments

Comments
 (0)