From 0e2ee34085d9c73c0d88ddc2519e40a76a70a073 Mon Sep 17 00:00:00 2001 From: Robert Cheramy Date: Mon, 10 Feb 2025 14:52:11 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4def0c1b2..656ce4f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - cumulus: remove ANSI Escape codes and fix prompt issues. The prompt is more specific now (@alchemyx, @robertcheramy) - model unit tests: the tests are automated and simpler to use (@ytti, @robertcheramy) - device2yaml.rb: moved to extra/, commands can be specified from the command line or from a file (no cmdsets provided anymore) (@robertcheramy) +- extra/gitdiff-msteams.sh: honor the 28KB size limit and add an optional link to GitHub (@mopi3456) ### Fixed - tplink: send 'enable' before the enable password. Fixes #3271 (@robertcheramy)