Skip to content

Commit

Permalink
Doc behavior change of methods that take Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 16, 2023
1 parent 5dec78e commit b3bd07d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ ChangeLog {#changelog}
that `foxs` does.
- Model attributes can now use sparse rather than vector storage. This reduces
memory usage for attributes that are used by a minority of particles.
- Previous releases would erroneously allow a single Python string to be
passed to any method that wants a list of strings. This would split the
string into a list of single-character strings, which is often not was
intended. Such methods now require an explicit list (or tuple) of strings.
- The `IMP_NOEXCEPT` pre-C++11 compatibility macro has been removed; use
the C++ `noexcept` keyword instead.
- The CMake `IMP_PER_CPP_COMPILATION` and `IMP_CUDA` variables can now be set
Expand Down

0 comments on commit b3bd07d

Please sign in to comment.