From c4f02da88fef54ecb31d5c3221b0b9c3f89d4738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Kry=C5=84ski?= Date: Mon, 21 Feb 2022 23:26:32 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b151c3d1..f6f5b00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# 0.6.1 + +- add LLDB-specific HostIoOpenFlags ([mrk](https://github.com/mrk-its)) + # 0.6.0 After over a half-year of development, `gdbstub` 0.6 has finally been released!