From 32b9fb1c161a54806f19a1d50c980cca9d269b24 Mon Sep 17 00:00:00 2001 From: Andreas Misje Date: Tue, 6 Aug 2019 16:15:29 +0200 Subject: [PATCH] Update CHANGELOG, prepare for 0.5.3 release --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bde81..562f36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ 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.5.3 - 2019-08-06 ### Fixed - Fix two format arguments in debug output printing (fairly pedantic; not even - caught by clang analyzer). + caught by clang analyser). - Limit DHCP options to 255 bytes (not 256). - Exit if a DHCP option is too long.