Remove the duplicating note from the release notes
authorArtem Zhmurov <zhmurov@gmail.com>
Mon, 11 May 2020 06:04:13 +0000 (08:04 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Mon, 11 May 2020 08:32:33 +0000 (08:32 +0000)
The fix was moved to release branch and release notes become duplicated.

docs/release-notes/2021/major/bugs-fixed.rst

index 544f819fe7a8ca183f63df7f50e931c0b965d5c6..0828fe124620465b0b6d4ebde45570fb43fa2b19 100644 (file)
@@ -15,12 +15,3 @@ existing include paths and add GMX_DOUBLE define to interface
 definitions. The target now gets exported into the Gromacs namespace.
 
 :issue:`3468`
-
-Fix checkpoint restart with non-zero initial step
-"""""""""""""""""""""""""""""""""""""""""""""""""
-
-When restarting from the checkpoint, the init-step mdp parameter was ignored while
-checking if the simulation is already finished. As a result, this check only worked
-properly when init-step was 0 or was not specified.
-
-:issue:`3489`