chiark / gitweb /
more NEWS
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 2 Nov 2013 18:30:10 +0000 (14:30 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 2 Nov 2013 18:30:10 +0000 (14:30 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 4413e1d1fb20f589e83c403224c6cc83488f323a..57e0f6e4d9ae00cf05a5c622c3f87f50874a8efc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,15 @@ NLopt 2.4 (2 November 2013)
 
 * Bugfix in copy constructor for C++ and Python interfaces.
 
+* Bugfix in return value for setting min/max objective.
+
+* Handle negative rescalings in COBYLA and BOBYQA.
+
+* Plugin installation honors the configure --prefix, if any
+  (thanks to xantares@github).
+
+* Various compilation fixes for compatibility with recent software.
+
 NLopt 2.3.1 (16 September 2012)
 
 * Bug fix: COBLYA should return ROUNDOFF_LIMITED rather than XTOL_REACHED