From a065d98094b69ed34edb1c2d3d0bd37d7e7abb8f Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Tue, 20 Oct 2015 17:47:25 +0100 Subject: [PATCH] Closed #152 --- documentation/ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index e611808c3..d0cf6296c 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,7 +1,7 @@ ## release ChangeLog ### (NextVersion) - * Added per-project compiler installation preferences. + * Added per-project compiler installation preferences. (#152) * Newly created launch configurations now have the debug option "Stop on startup at:" set to false by default. This way debugging won't stop on the C `main`, which is essentially useless outside of C/C++. * Fixed: AssertionFailureException pressing Enter after source with more closing braces than opening ones. * Added support for Eclipse dark theme (#131). Namely: