From 010da01779c4e32c118e2331ba7cc030b59dc434 Mon Sep 17 00:00:00 2001 From: Francis Date: Thu, 4 Jan 2024 22:56:35 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md Signed-off-by: Francis --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d4ec3d3..8bfb43f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac ## [unreleased][unreleased] - Fixed `lf pyramid sim` - wrong parameter handling (@iceman1001) - Fixed bootloader - Ignore jitters when pressing the button (@wh201906) + - Added troubleshooting entry - ARM architecture error ## [Steamboat Willie.4.17768][2024-01-03] - Changed `mem spiffs dump -t` - now supports downloading direct into trace buffer (@hazardousvoltage) From d203996c05aaecf1d0ecd0b4e041ce810063253e Mon Sep 17 00:00:00 2001 From: Francis Date: Thu, 4 Jan 2024 23:13:52 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md Moved changelog entry Signed-off-by: Francis --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bfb43f25..9db00d9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Added troubleshooting entry - ARM architecture error - Fixed `lf pyramid sim` - wrong parameter handling (@iceman1001) - Fixed bootloader - Ignore jitters when pressing the button (@wh201906) - - Added troubleshooting entry - ARM architecture error ## [Steamboat Willie.4.17768][2024-01-03] - Changed `mem spiffs dump -t` - now supports downloading direct into trace buffer (@hazardousvoltage) From 22085b056833843531bd4bc792267aaf4aadf4dd Mon Sep 17 00:00:00 2001 From: Francis Date: Thu, 4 Jan 2024 23:14:29 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: Francis --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db00d9e5..c1a8aa6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] - - Added troubleshooting entry - ARM architecture error + - Added troubleshooting entry - ARM architecture error (@francis2054) - Fixed `lf pyramid sim` - wrong parameter handling (@iceman1001) - Fixed bootloader - Ignore jitters when pressing the button (@wh201906)