From 7447a636ee1e57e391a847e217288ca09729d5e4 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:04:20 +0200 Subject: [PATCH] Update CHANGELOG_OLD.md --- CHANGELOG_OLD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 2573af827..d32606dd7 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,10 +1,10 @@ # CHANGELOG -**WARNING**: this repository is under active development. Unlike [semantic versioning](https://semver.org/), we do expect backward incompatible changes when upgrading PATCH version. +**WARNING**: this repository is under active development. Unlike [semantic versioning](https://semver.org/), we do expect backward-incompatible changes when upgrading PATCH version. We take inspiration from [keep changelog](https://keepachangelog.com/en/1.0.0/) and [arkworks](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md). -**Breaking Changes** and **Fixed** contain backward incompatible changes, bug fixes, and security patches; +**Breaking Changes** and **Fixed** contain backward-incompatible changes, bug fixes, and security patches; **Added, Changed, Removed, Deprecated** contain backward compatible improvements or new features. ## [Unreleased](https://github.com/EspressoSystems/jellyfish/compare/0.4.0...main)