@@ -4,6 +4,42 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.7.0 (2023-02-26)  
8+ ### Added  
9+ -  ` OwnedtoRef ` /` RefToOwned `  traits; MSRV 1.65 ([ #797  ] )
10+ -  ` OctetStringRef::decode_into `  ([ #817  ] )
11+ -  ` Int `  and ` IntRef `  types ([ #823  ] )
12+ -  ` IndefiniteLength `  type ([ #830  ] )
13+ -  ` Any::value `  accessor ([ #833  ] )
14+ -  Buffered PEM reader ([ #839  ] )
15+ -  ` OctetString::into_bytes `  ([ #845  ] )
16+ -  Blanket impls on ` Box<T> `  for ` DecodeValue ` , ` EncodeValue ` , and ` Sequence `  ([ #860  ] )
17+ 
18+ ### Changed  
19+ -  Rename ` UIntRef `  => ` UintRef `  ([ #786  ] )
20+ -  Replace use of ` dyn Writer `  with ` impl Writer `  ([ #828  ] )
21+ -  Rename ` AnyRef::decode_into `  -> ` ::decode_as `  ([ #829  ] )
22+ -  Bump ` pem-rfc7468 `  dependency to v0.7 ([ #894  ] )
23+ -  Rename ` Encode::to_vec `  => ` ::to_der `  ([ #898  ] )
24+ 
25+ ### Removed  
26+ -  ` Sequence::fields `  method ([ #828  ] )
27+ -  Inherent ` AnyRef `  decoding methods ([ #829  ] )
28+ 
29+ [ #786 ] : https://github.com/RustCrypto/formats/pull/786 
30+ [ #797 ] : https://github.com/RustCrypto/formats/pull/797 
31+ [ #817 ] : https://github.com/RustCrypto/formats/pull/817 
32+ [ #823 ] : https://github.com/RustCrypto/formats/pull/823 
33+ [ #828 ] : https://github.com/RustCrypto/formats/pull/828 
34+ [ #829 ] : https://github.com/RustCrypto/formats/pull/829 
35+ [ #830 ] : https://github.com/RustCrypto/formats/pull/830 
36+ [ #833 ] : https://github.com/RustCrypto/formats/pull/833 
37+ [ #839 ] : https://github.com/RustCrypto/formats/pull/839 
38+ [ #845 ] : https://github.com/RustCrypto/formats/pull/845 
39+ [ #860 ] : https://github.com/RustCrypto/formats/pull/860 
40+ [ #894 ] : https://github.com/RustCrypto/formats/pull/894 
41+ [ #898 ] : https://github.com/RustCrypto/formats/pull/898 
42+ 
743## 0.6.1 (2022-12-05)  
844### Added  
945-  Rudimentary implementation of ` TeletexString `  and ` VideotexString `  ([ #691  ] )
0 commit comments