Merge remote-tracking branch 'origin/pr/2713' into mbedtls-2.7

* origin/pr/2713:
  programs: Make `make clean` clean all programs always
  ssl_tls: Enable Suite B with subset of ECP curves
  windows: Fix Release x64 configuration
  timing: Remove redundant include file
  net_sockets: Fix typo in net_would_block()
diff --git a/ChangeLog b/ChangeLog
index 5c3f9b4..3c8a8cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,16 @@
 Bugfix
    * Fix to allow building test suites with any warning that detects unused
      functions. Fixes #1628.
+   * Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
+   * Remove redundant include file in timing.c. Fixes #2640 reported by irwir.
+   * Fix Visual Studio Release x64 build configuration by inheriting
+     PlatformToolset from the project configuration. Fixes #1430 reported by
+     irwir.
+   * Enable Suite B with subset of ECP curves. Make sure the code compiles even
+     if some curves are not defined. Fixes #1591 reported by dbedev.
+
+Changes
+   * Make `make clean` clean all programs always. Fixes #1862.
 
 = mbed TLS 2.7.11 branch released 2019-06-11