From a432dcd30127a5bfe374c0fa964c155eb53bfa59 Mon Sep 17 00:00:00 2001 From: Simon Rose Date: Fri, 15 Sep 2023 13:54:56 +0200 Subject: [PATCH] Updated release notes --- RELEASE_NOTES | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 17f55be..20456c6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,14 +2,31 @@ Release Notes for iocStats -------------------------- # Unreleased +# Releases + +## iocStats-R3-2-0: + +**NOTE** Please note that as of 3-2-0, there is a pre-commit (https://pre-commit.com/) workflow that +includes +* clang-format for c/cpp files +* end-of-file fixer +* trailing whitespace + +Please ensure that any further changes take these into account! + + * Changes by Simon Rose: + - Add pre-commit workflow and standardise C/cpp formatting - Added GitHub workflow using EPICS CI scripts - Add parsing of CONFIG_SITE_ENV from EPICS base to fetch additional EPICS environment variables * Changes by Martin Konrad: - Fix EPICS_TZ warning for VxWorks and RTEMS +* Changes by Edward Jones: + - Fix Mingw builds +* Changes by Ralph Lange: + - Bugfixes -# Releases ## iocStats-R3-1-16: Apr 30, 2019 ## iocStats-R3-1-15: Nov 3, 2016