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 cd2ef1a

Browse files
committed
release: update changelog
1 parent ca7b81f commit cd2ef1a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [0.7.1] - 2020-09-02
6+
7+
- Added `ctx_default` attribute, this allows the ability to specify defaults to
8+
types accepting a `ctx` if none are provided
9+
- Updated documentation regarding the concept of context and how it
10+
applies to some attributes
11+
- Added validation to `id` attribute
12+
- `endian` attribute now accepts an expression (still accepts `big` or `little`)
13+
- Updated bitvec dependency
14+
515
## [0.7.1] - 2020-07-31
616

717
- Added `id` attribute to top-level enums which allows to specify the enum id,
@@ -30,6 +40,8 @@ Community:
3040

3141
[Unreleased]: https://github.com/sharksforarms/deku/compare/deku-v0.7.1...HEAD
3242

43+
[0.7.2]: https://github.com/sharksforarms/deku/compare/deku-v0.7.1...deku-v0.7.2
44+
3345
[0.7.1]: https://github.com/sharksforarms/deku/compare/deku-v0.7.0...deku-v0.7.1
3446

3547
[0.7.0]: https://github.com/sharksforarms/deku/compare/deku-v0.6.1...deku-v0.7.0

0 commit comments

Comments
 (0)