From 80b476b407f41eb77cae2e0791a41d3600551561 Mon Sep 17 00:00:00 2001 From: Haneef Mohammed Date: Wed, 29 Sep 2021 09:17:41 -0700 Subject: [PATCH] typos --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fad2562..837d7f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ChangeLog #V0.4.7 * Fixed a regression for STLink gdbserver. It was in fact accidentally working in prior releases. The real bug is now fixed -* We may have **finally** found a way to exit OpenOCD without having to kill it and OpenOCD not hanging around after session ends. This is of course dependent on OpenOCD having as documented. +* We may have **finally** found a way to exit OpenOCD without having to kill it and OpenOCD not hanging around after the session ends. This is of course dependent on OpenOCD behaving as documented. #V0.4.6 * Bugfix: Issue #493 In the previous release, we were trying to end OpenOCD using a SIGINT first and then SIGTERM. The way VSCode works, this did not work in production releases. Reverting back to the previous method of just using SIGTERM. Unfortunately. Still looking for a better method to end OpenOCD.