From cd265d6197c19f6bc7727c334ef800e7644c19c6 Mon Sep 17 00:00:00 2001 From: John Chadwick Date: Tue, 17 Oct 2023 13:56:24 -0400 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae97d0e40..511e22c3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## [Unreleased] -- No changes yet. +- Fix issue where `buf build` and other commands may fail when handling certain + archives created on macOS that contain files with extended attributes. ## [v1.27.1] - 2023-10-16