From 336bb4622d5011db20eb423c04fc3bec3c6dc5c8 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 13 Jun 2025 00:03:25 -0400 Subject: [PATCH] add a few missing version tags --- doc/src/fix_set.rst | 2 ++ doc/src/molecule.rst | 2 ++ src/library.cpp | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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.