From 9ae71cda5f77dd5a7fe00f85f69b1a1ef24aa3e8 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Wed, 27 Oct 2021 11:13:23 -0300 Subject: [PATCH] Update changelog [ci-skip] To come closer to https://chris.beams.io/posts/git-commit/#seven-rules --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56355eec7..9453d8438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ ## Fixes ### All platforms -- Function `LOC` used on physical files will correctly return zero (0) now for just opened but yet untouched files. +- Fix function `LOC` returning wrong values when used on physical files.