Skip to content

Commit

Permalink
updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Nov 7, 2023
1 parent feb323f commit e93bc42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES/v2.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@

This page contains changes that will end up in 2.10

Changes from version 2.8 which are relevant for users:
- Changes leading to differences with previous versions:
- Now using NeighborList with too many atoms will result in a clear memory error and not in an undefined behaviour due to the overflow in integer multiplication.

- Changes relevant for developers:
- Removed some shortcuts for `ActionRegister.h` (from the modules bias colvar function sasa and vatom) and `CLToolRegister.h` (from the module cltools), now the two headers can only be included with `#include "core/ActionRegister.h"` or `#include "core/CLToolRegister.h"`.

0 comments on commit e93bc42

Please sign in to comment.