diff --git a/Doc/changelog.docu b/Doc/changelog.docu
index fe44af41..52ebd96b 100644
--- a/Doc/changelog.docu
+++ b/Doc/changelog.docu
@@ -9,6 +9,11 @@
| 8.0 (?/?/?) |
+Breaking changes:
+
+- Don't run and test on VS2013 anymore. As VS2013 still lacks some C++11 features, we remove it from our list of supported platforms
+
+
Core
- TriConnectivity: Added two functions split_edge and split_edge_copy to mask the PolyConnectivity functions of the same name (Prevents creation of valence 2 vertices on trimeshes)
diff --git a/Doc/compiling.docu b/Doc/compiling.docu
index 338b2b12..19c09b19 100644
--- a/Doc/compiling.docu
+++ b/Doc/compiling.docu
@@ -12,12 +12,11 @@ supports at least C++11
| Linux |
-gcc >= 4.8.x
+gcc >= 6.3
clang >= 3.3
|
| Windows |
-Microsoft Visual Studio 2013
Microsoft Visual Studio 2015
Microsoft Visual Studio 2017
|
|