From 585a9593d9d093d60397de22295899b4d2aef6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 28 Jun 2018 12:38:35 +0200 Subject: [PATCH] Updates NEWS for v0.4 --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0bce0f840e..e0cc7aa4e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ MathOptInterface (MOI) release notes ==================================== +v0.4.1 (June 28, 2018) +---------------------- + +- Fixes vector function modification on 32 bits. +- Fixes Bellman-Ford algorithm for bridges. +- Added an NLP test with `FeasibilitySense`. +- Update modification documentation. + v0.4.0 (June 23, 2018) ----------------------