From 6b557ee19915302c6670d8ce38d7a581b8234c4d Mon Sep 17 00:00:00 2001 From: GDeLaurentis Date: Tue, 17 Dec 2024 13:56:21 +0000 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156fe66..af58b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `zero_ideal` and `random_point` functions for `Ring` class. +- `DEGBOUNDs` parameters containing list of degree bounds to use in iterated computations. ### Changed