From a41d18cb418fbbd11433a86c8ba81408ac51602c Mon Sep 17 00:00:00 2001 From: acheron Date: Wed, 29 Nov 2023 23:07:16 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e08023235..a3fdcbe481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The minor version will be incremented upon a breaking change and the patch versi ### Breaking - cli: Make `cargo build-sbf` the default build command ([#2694](https://github.com/coral-xyz/anchor/pull/2694)). +- cli: Require explicit `overflow-checks` flag ([#2716](https://github.com/coral-xyz/anchor/pull/2716)). ## [0.29.0] - 2023-10-16