From 3395e4fbc7a063922eaaf348eb7d97b1fadedd5e Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 21 Mar 2018 08:18:05 +0100 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index f40a43a25..f54c57303 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -34,6 +34,7 @@ Changes from version 2.4 which are relevant for users: except from the fact that lepton does not support some of the inverse and hyperbolic functions supported by matheval (easily writable as a function of the available ones). - Implemented bash autocompletion, see \ref BashAutocompletion. + - \ref MOLINFO now allows selecting atoms from chains with a numeric ID (see \issue{320}). Changes from version 2.4 which are relevant for developers: - Code has been cleanup up replacing a number of pointers with `std::unique_ptr`. -- GitLab