Prune change-management.rst and update links.
[alexxy/gromacs.git] / docs / release-notes / 2020 / major / bugs-fixed.rst
1 Bugs fixed
2 ^^^^^^^^^^
3
4 .. Note to developers!
5    Please use """"""" to underline the individual entries for fixed issues in the subfolders,
6    otherwise the formatting on the webpage is messed up.
7    Also, please use the syntax :issue:`number` to reference issues on GitLab, without the
8    a space between the colon and number!
9
10 gmx mdrun -append now requires that a checkpoint is found
11 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
12
13 Previously ``gmx mdrun -append`` would start from the .tpr
14 configuration (and thus not append) when the checkpoint file was missing.