Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaldino committed Apr 3, 2024
1 parent 7344fb6 commit 8658153
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Added `TryFrom` fallible conversion.
### Changed
- Made `new` a `const fn`
### Deprecated
### Removed
### Fixed
### Security

## [0.1.6] - 2024-04-03
### Added
- Support conversions for u1
- Implement std::error::Error for TryFromIntError
- Add BITS associated constant
### Changed
- Mask values on write instead of read

## [0.1.3] - 2018-10-29
### Added
- Added `i1` and `u1` types.
Expand Down

0 comments on commit 8658153

Please sign in to comment.