Skip to content

Commit 4be7c2b

Browse files
authored
Fix enw references in CHANGELOG.md
1 parent 9641c88 commit 4be7c2b

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,37 +17,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
## [0.3.0] - 2023-07-27
1818

1919
### Added
20-
- More tests (aa6e4f1, 4568b1f, ee74d2b)
21-
- Impl PartialEq for Error (11a8312)
22-
- Feature `descriptive-deserialize-errors` (7f3e11a)
23-
- Ignore multiline comments (f6a6e86, gh-78, thanks @Nicceboy)
20+
- More tests ([aa6e4f1](https://github.com/kellerkindt/asn1rs/commit/aa6e4f1) [4568b1f](https://github.com/kellerkindt/asn1rs/commit/4568b1f) [ee74d2b](https://github.com/kellerkindt/asn1rs/commit/ee74d2b))
21+
- Impl PartialEq for Error ([11a8312](https://github.com/kellerkindt/asn1rs/commit/11a8312))
22+
- Feature `descriptive-deserialize-errors` ([7f3e11a](https://github.com/kellerkindt/asn1rs/commit/7f3e11a))
23+
- Ignore multiline comments ([f6a6e86](https://github.com/kellerkindt/asn1rs/commit/f6a6e86), [gh-78](https://github.com/kellerkindt/asn1rs/issues/78), thanks [@Nicceboy](https://github.com/Nicceboy))
2424
### Changed
25-
- Update `syn` version to 1.0.109 (96df6b2, 5b8c49f)
26-
- Collect Backtrace on insufficient source / destination buffer (4a2358e)
27-
- Update `bytes` to v1.0 (6765543)
28-
- Update `postgres` to v0.19.1 (63131d0)
29-
- Try to generate the protobuf package based on the OID before using the path (624a697, 1c460aa)
30-
- Prefix protobuf enum variants with their type name to pevent collisions (c sibling rule) (93214ac)
31-
- Use `bytes` instead of `bit_vec` in protobuf for ASN.1 `BIT STRING` (6af109b)
32-
- Rewrite `ProtobufReader` to properly handle out-of-order and missing tags (681ff2b)
33-
- Ignore non-.rs files for `proc_macro_coverage_hack` (c925df6, 1319241)
34-
- Limit (P-)SQL Type names to not exceed 63 characters (d662e56, c7b7401, 2d69ca1, gh-75)
35-
- Split `Error` type with boxed inner `ErrorKind` (7f3e11a, 2471539)
36-
- Add `#[doc(hidden)]` to internal constraint types generated via macro, disable with feature `generate-internal-docs` (20767e7)
37-
- Derive `Default` for enums (b189ef6)
25+
- Update `syn` version to 1.0.109 ([96df6b2](https://github.com/kellerkindt/asn1rs/commit/96df6b2), [5b8c49f](https://github.com/kellerkindt/asn1rs/commit/5b8c49f))
26+
- Collect Backtrace on insufficient source / destination buffer ([4a2358e](https://github.com/kellerkindt/asn1rs/commit/4a2358e))
27+
- Update `bytes` to v1.0 ([6765543](https://github.com/kellerkindt/asn1rs/commit/6765543))
28+
- Update `postgres` to v0.19.1 ([63131d0](https://github.com/kellerkindt/asn1rs/commit/63131d0))
29+
- Try to generate the protobuf package based on the OID before using the path ([624a697](https://github.com/kellerkindt/asn1rs/commit/624a697), [1c460aa](https://github.com/kellerkindt/asn1rs/commit/1c460aa))
30+
- Prefix protobuf enum variants with their type name to pevent collisions (c sibling rule) ([93214ac](https://github.com/kellerkindt/asn1rs/commit/93214ac))
31+
- Use `bytes` instead of `bit_vec` in protobuf for ASN.1 `BIT STRING` ([6af109b](https://github.com/kellerkindt/asn1rs/commit/6af109b))
32+
- Rewrite `ProtobufReader` to properly handle out-of-order and missing tags ([681ff2b](https://github.com/kellerkindt/asn1rs/commit/681ff2b))
33+
- Ignore non-.rs files for `proc_macro_coverage_hack` ([c925df6](https://github.com/kellerkindt/asn1rs/commit/c925df6), [1319241](https://github.com/kellerkindt/asn1rs/commit/1319241))
34+
- Limit (P-)SQL Type names to not exceed 63 characters ([d662e56](https://github.com/kellerkindt/asn1rs/commit/d662e56), [c7b7401](https://github.com/kellerkindt/asn1rs/commit/c7b7401), [2d69ca1](https://github.com/kellerkindt/asn1rs/commit/2d69ca1), [gh-75](https://github.com/kellerkindt/asn1rs/issues/75))
35+
- Split `Error` type with boxed inner `ErrorKind` ([7f3e11a](https://github.com/kellerkindt/asn1rs/commit/7f3e11a), [2471539](https://github.com/kellerkindt/asn1rs/commit/2471539))
36+
- Add `#[doc(hidden)]` to internal constraint types generated via macro, disable with feature `generate-internal-docs` ([20767e7](https://github.com/kellerkindt/asn1rs/commit/20767e7))
37+
- Derive `Default` for enums ([b189ef6](https://github.com/kellerkindt/asn1rs/commit/b189ef6))
3838
- Make the `CHANGELOG.md` adhere more closely to the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) template.
3939
### Deprecated
4040
### Removed
4141
### Fixed
42-
- Fix `Scope::exhausted` for `Scope::ExtensibleSequences` (6c9f334)
43-
- Fix call to `BitVec::ensure_vec_large_enough` and add pub accessor (a4cec0e)
44-
- Fix extensible fields in `SEQUENCE` and `SET` not treat as optional fields (75f2882)
45-
- Fix `read_length_determinant` for fragmented sizes (0083f3b)
46-
- Fix `write_length_determinant` the size 16kib (5061379)
47-
- Fix fragmented write_octetstring and add return value to `write_length_determinant` (30dfd73)
48-
- Fix usage of `rustdoc::broken_intra_doc_links` (c4f55dc, a4579cc)
49-
- Fix name duplication for inline choice types (e8aa191, gh-75)
50-
- Prevent two panics (thanks fuzzer) in `PacketRead` impl for `BitRead` (e3f5323)
42+
- Fix `Scope::exhausted` for `Scope::ExtensibleSequences` ([6c9f334](https://github.com/kellerkindt/asn1rs/commit/6c9f334))
43+
- Fix call to `BitVec::ensure_vec_large_enough` and add pub accessor ([a4cec0e](https://github.com/kellerkindt/asn1rs/commit/a4cec0e))
44+
- Fix extensible fields in `SEQUENCE` and `SET` not treat as optional fields ([75f2882](https://github.com/kellerkindt/asn1rs/commit/75f2882))
45+
- Fix `read_length_determinant` for fragmented sizes ([0083f3b](https://github.com/kellerkindt/asn1rs/commit/0083f3b))
46+
- Fix `write_length_determinant` the size 16kib ([5061379](https://github.com/kellerkindt/asn1rs/commit/5061379))
47+
- Fix fragmented write_octetstring and add return value to `write_length_determinant` ([30dfd73](https://github.com/kellerkindt/asn1rs/commit/30dfd73))
48+
- Fix usage of `rustdoc::broken_intra_doc_links` ([c4f55dc](https://github.com/kellerkindt/asn1rs/commit/c4f55dc), [a4579cc](https://github.com/kellerkindt/asn1rs/commit/a4579cc))
49+
- Fix name duplication for inline choice types ([e8aa191](https://github.com/kellerkindt/asn1rs/commit/e8aa191), [gh-75](https://github.com/kellerkindt/asn1rs/issues/75))
50+
- Prevent two panics (thanks fuzzer) in `PacketRead` impl for `BitRead` ([e3f5323](https://github.com/kellerkindt/asn1rs/commit/e3f5323))
5151
### Security
5252

5353

0 commit comments

Comments
 (0)