From c623d7fe576062a6d40873fd5467dac003806d8f Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:44:31 +0200 Subject: [PATCH] Rm mention of `latex_formulation` from changelog This code was never in a release --- docs/src/changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index c9d951766..5b622458d 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -30,7 +30,6 @@ changes. individual variable, has been renamed `get_constraints` (#527) * DCP violations now throw a `DCPViolationError` exception, rather than a warning. Relatedly, `Convex.emit_dcp_warnings` has been removed (#523) - * Removed the undocumented an internal function `latex_formulation` (#551) * The strict inequalities `>` and `<` have been deprecated. They will be removed in the next breaking release. Note that these never enforced strict inequalities, but instead were equivalent to `>=` and `<=` respectively (#555)