@@ -51,7 +51,7 @@ This version uses a next-generation code generator that *might* introduce breaki
51
51
At a glance:
52
52
53
53
- "is" should not be used at all.
54
- - "format" will return the string value, where "%s" string formatting will return ` NameOfEnum.stringvalue ` . Format syntax should be prefered .
54
+ - "format" will return the string value, where "%s" string formatting will return ` NameOfEnum.stringvalue ` . Format syntax should be preferred .
55
55
56
56
- New Long Running Operation:
57
57
@@ -102,7 +102,7 @@ This version uses a next-generation code generator that *might* introduce breaki
102
102
103
103
## 0.3.3 (2017-05-10)
104
104
105
- * Reverting to 0.3.0, since behavior of 0.3.2 is not satisfaying either.
105
+ * Reverting to 0.3.0, since behavior of 0.3.2 is not satisfying either.
106
106
107
107
## 0.3.2 (2017-05-09)
108
108
@@ -129,8 +129,8 @@ This version uses a next-generation code generator that *might* introduce breaki
129
129
- verify(self, key_identifier, ...
130
130
- wrap_key(self, key_identifier, ...
131
131
- unwrap_key(self, key_identifier, ...
132
- - update_secret(self, secret_identifer , ...
133
- - get_secret(self, secret_identifer , ...
132
+ - update_secret(self, secret_identifier , ...
133
+ - get_secret(self, secret_identifier , ...
134
134
- get_certificate(self, certificate_identifier, ...
135
135
136
136
## 0.2.0 (2017-04-09)
0 commit comments