diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index f40a43a25e8860c85daf6130682bc6b1d6a04f1e..f54c573032374302c21d6978cf0a8a036a59e508 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`.