From b4b5cfd949ef25c0ca34c0b1cb63f06b23f123e2 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Fri, 17 Sep 2021 00:44:09 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.md b/NEWS.md index ae78b197..61ad3136 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,16 @@ Release Notes ============= +Version 0.6.0 +------------- + +Update to MOI 0.10.0. The only breaking change due to this package is in the +test suite for solvers, where the same refactoring as MOI 0.10.0 was included: +the old test suite is in the `DeprecatedTest` submodule and the new one in +`Test`. Updating solvers could simply change their import to `DeprecatedTest` +when starting the update, and then move on to `Test`. + + Version 0.5.0 -------------