Added default option to some bactext name functions so that NULL can be returned when a name does not exist. (#1160)

This commit is contained in:
Steve Karg
2025-11-21 17:19:10 -06:00
committed by GitHub
parent a31261f78d
commit ba2e2ac24f
3 changed files with 118 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ The git repositories are hosted at the following sites:
### Security
### Added
* Added default option to bactext name functions so that NULL can be
returned when a name does not exist. (#1160)
* Added library specific ltrim, rtrim, and trim string functions. (#1159)
* Added library specific itoa, ltoa, ultoa, dtoa, utoa, and general
print format with ASCII return functions. (#1157)