From b4ec4818a5d63b42a743053fce2a6d2a4047f0db Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Mon, 16 Jul 2018 19:54:54 +0200
Subject: [PATCH] changelog

---
 CHANGES/v2.5.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md
index e9ecf3ba5..eebb5c354 100644
--- a/CHANGES/v2.5.md
+++ b/CHANGES/v2.5.md
@@ -58,7 +58,7 @@ Changes from version 2.4 which are relevant for developers:
 - Exceptions cannot be disabled (`--disable-cxx-exceptions` option has been removed from `./configure`).
 - Every exception thrown in PLUMED now also writes its message on PLUMED log.
 - The installation layout of shared libraries has been modified. In particular,
-  `libplumed.so` links to `libplumedKernel.so` and `plumed` links to `libplumed.so`.
+  both `libplumed.so` and `plumed` links to `libplumedKernel.so`.
   This reduces considerably the size of the installed package. In addition, it allows
   using two-level namespace on OSX. Notice that this implies that on Linux one should
   always set the `LD_LIBRARY_PATH` flag to have a working executable.
-- 
GitLab