Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
misje committed Mar 24, 2019
1 parent b0c19e1 commit 46a2710
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.4.3 - 2019-03-19
### Added
- DHCP option names are printed
- DHCP option names are printed along with their option codes.

### Changed
- Debug output is more detailed and aligned.

### Fixed
- Alignment and explicit data type conversions are used to compile without
errors on 32-bit architectures.
- Do not fail on strict-overflow warnings, as some may be ignored.
- Do not use non-ASCII characters in debug output. They were not strictly
needed.

## 0.4.2 - 2019-01-17
### Changed
- Change usage string to reflect formatting used by man page.
Expand Down

0 comments on commit 46a2710

Please sign in to comment.