From 7abada1d30b1aa0a72210188920fdfba4d70e388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Brand=C3=A3o?= Date: Fri, 29 Dec 2023 17:59:41 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d6a02..16dfaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## 0.13.1 - 2023-12-29 -- Upgrade ampltools to 0.7.2 adding amplpy.bundle command. +- Upgrade libampl to 2.3.7-20231229. +- Upgrade ampltools to 0.7.3 adding amplpy.bundle command. - Fix issue with environment variables on Windows in a generic way. - Add return_output and solvername_options arguments to AMPL.solve - You can now do `ampl.solve(solver="gurobi", gurobi_options="outlev=1")`.