chiark / gitweb /
Use trusty
[nlopt.git] / NEWS
diff --git a/NEWS b/NEWS
index 57e0f6e4d9ae00cf05a5c622c3f87f50874a8efc..6a9dfc3f46a42e3dab59e55a727e054174eba268 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+NLopt 2.4.2 (20 May 2014)
+
+* Fix CRS for empty dimensions (where lower == upper bound) (issue #13).
+
+* Improvements to CMake (thanks to @xantares) and Windows builds (issue #12).
+
+* Fix guile2 compatibility (issue #21).
+
+NLopt 2.4.1 (19 November 2013)
+
+* Use cdecl calling convention instead of stdcall on Win32, to
+  simplify shared-library usage and for consistency with Win64.
+
 NLopt 2.4 (2 November 2013)
 
 * New genetic algorithm ESCH, thanks to Carlos Henrique da Silva Santos.