From c385b67ca4e3baa0ee4a81dbecf0e3178337ae15 Mon Sep 17 00:00:00 2001 From: tnasu Date: Fri, 17 Jun 2022 18:50:43 +0900 Subject: [PATCH] (fixup) Move #431 into BREAKING CHANGE --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0024f247..29b40c850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,15 +11,14 @@ * Stop supporting linux/arm(32bit) ### BREAKING CHANGE -- Nothing +- [build] [\#431](https://github.com/line/ostracon/pull/431) Stop support for linux/arm(32bit) ### FEATURES - Nothing ### IMPROVEMENTS - [kms] [\#417](https://github.com/line/ostracon/pull/417) Add KMS functionality - [build] [\#426](https://github.com/line/ostracon/pull/426) Remove binary check for localnode -- [build] [\#431](https://github.com/line/ostracon/pull/431) Stop support for linux/arm(32bit) +- [build] [\#426](https://github.com/line/ostracon/pull/426) Remove binary check for localnode - [build] [\#428](https://github.com/line/ostracon/pull/428) bls-eth-go-binary version update for apple M1 chip - [security] [\#429](https://github.com/line/ostracon/pull/429) Apply runc version 1.1.2 - [test] [\#408](https://github.com/line/ostracon/pull/408) Use Docker Buildx and Cache in e2e.yml