From 2380f6c8024e8c755196705c1610a420351e75d6 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 9 Mar 2024 08:23:46 -0600 Subject: [PATCH] docs(CHANGES): Note version constraints --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index aa39958..fa09dee 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,18 @@ $ pip install --user --upgrade --pre gp-libs - _Add your latest changes from PRs here_ +### Breaking changes + +#### Version constranits + +To ease the burden of development, these minimum constraints are enforced: + +- Requires myst-parser minimum version to 2.0.0+ +- Requires docutils minimum versions 0.20.1+ + +If you have even passing interested in supporting legacy versions, file and +issue on GitHub. + ### Development - poetry: 1.7.1 -> 1.8.1