Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit c9c826e

Browse files
committed
release: Update to changelog
1 parent 79f51a5 commit c9c826e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.7.0 - Unreleased]
4+
5+
- Added `cond` attribute which allows for conditional parsing or skipping of a field
6+
- Added `id_pat` attribute which allows pattern matching for enum variants
7+
8+
Community:
9+
10+
- Added `ctx` attribute which adds the ability to pass context to child parsers from the parent ([@constfold](https://github.com/constfold))
11+
- Internal refactoring of `endian`, `bits` and `count` attributes, they are now sugar around the `ctx` ([@constfold](https://github.com/constfold))
12+
- Renamed `to_bitvec` to `to_bits` ([@wcampbell0x2a](https://github.com/wcampbell0x2a))
413

514
## [0.6.1] - 2020-07-06
615

0 commit comments

Comments
 (0)