From 69485cabfd3e4d39347c84c82104d6e50fb71d0a Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 4 Aug 2024 14:19:22 +0200 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236ce7d59..792a76044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ ### Bug Fixes +## v1.4.1 - 2024-08-04 + +### Bug Fixes + - Fix a bug that caused record accessors for private types to not be completed by the LSP, even when in the same module. ([Ameen Radwan](https://github.com/Acepie))