diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 890136bd..26b182c8 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -59,6 +59,12 @@
Math.NET Numerics | MKL Provider | OpenBLAS Provider | Data Extensions
+
+
+- Optimization: Levenberg-Marquardt, Trust-Region Dogleg ~Jong Hyun Kim
+- BUG: Optimization: Nelder-Mead-Simplex did not return the best evaluated point in some cases ~Eric Scott Salem
+- Factorial: first 170 values now constant (data segment) instead of precomputed on first use ~Portalez Regis
+
- Special Functions: Airy functions Ai, Bi ~Jong Hyun Kim