diff --git a/CHANGELOG.md b/CHANGELOG.md index dc38a29..88c252d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +- Fixed compilation on `aarch64-apple-darwin` (Apple Silicon). ## [0.16.0] - 2021-01-31 - Replaced `failure` with `anyhow` and `thiserror`. Re-export `anyhow` as `emacs::error::anyhow`.