diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 575765f..348b5c6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -12,9 +12,14 @@ include_toc: true # 2. Changelog -## V8.03.768.2025.06.22 +## V8.03.768.2025.06.23 * Updated [lib_clean_up.sh](../lib/lib_clean_up.sh): Lock FD and Artifacts. +* Rearranged VARs sourcing: [early.var.sh](../var/early.var.sh) +* Rearranged DEBUG XTRACE sourcing: [meta_sources_debug.sh](../meta_sources_debug.sh) +* Added Git Repo specific VARs: [lib_debug_var_git.sh](../lib/lib_debug_var_git.sh) +* Added ``guard_sourcing()``: [lib_guard_sourcing.sh](../lib/lib_guard_sourcing.sh) + * to prevent the caller LIB-file from being sourced twice. ## V8.03.768.2025.06.19