diff --git a/doc/src/fix_set.rst b/doc/src/fix_set.rst index cfa8231ccd..898bf6006d 100644 --- a/doc/src/fix_set.rst +++ b/doc/src/fix_set.rst @@ -27,6 +27,8 @@ Examples Description """"""""""" +.. versionadded:: 12Jun2025 + Reset one or more properties of one or more atoms once every *Nfreq* steps during a simulation. diff --git a/doc/src/molecule.rst b/doc/src/molecule.rst index 1dcae66f1a..f7febd02d1 100644 --- a/doc/src/molecule.rst +++ b/doc/src/molecule.rst @@ -683,6 +683,8 @@ the file format. Format of a JSON molecule file """""""""""""""""""""""""""""" +.. versionadded:: 12Jun2025 + The format of a JSON format individual molecule file must follow the `JSON format `_, which evolved from the JavaScript programming language as a programming-language-neutral data diff --git a/src/library.cpp b/src/library.cpp index aacea70269..fa3bc9451f 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -405,7 +405,7 @@ void lammps_kokkos_finalize() * \verbatim embed:rst -.. versionadded:: TBD +.. versionadded:: 12Jun2025 This function clears the list of all loaded plugins and closes the corresponding DSO handles and releases the imported executable code.