From 2f440280dac8eeed34e85b6ea2442df95d019172 Mon Sep 17 00:00:00 2001 From: John Practicalli <250870+practicalli-john@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:07:21 +0100 Subject: [PATCH] release: 2023-09-29 - config: disable Java analysis - config: refine paths ignore regex with build & console-log patterns - config: update source-aliases to use :dev/env user alias --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68762e7..f6d7353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] + +## 2023-09-29 ### Changed - config: update source-aliases to use :dev/env user alias +- config: refine paths ignore regex with build & console-log patterns +- config: disable Java analysis, use significantly less resources ## 2023-03-18 ## Added