From 4276605e45d99a158926114c371babb80af65e28 Mon Sep 17 00:00:00 2001 From: niro4-1 Date: Sun, 7 Jun 2026 09:52:49 +0300 Subject: [PATCH] Add detailed explanation of TOML parsing behavior and error handling --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da54558..ab4c58d 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ When loading TOML files, be aware that parse failures may occur silently. If a f - **Validation**: Consider adding a validation step after loading to check for required keys and expected data types. - **Debugging**: Use logging to output the loaded configuration and any skipped sections for easier debugging. -This ensures that users are aware of potential pitfalls and can handle them effectively. \ No newline at end of file +This ensures that users are aware of potential pitfalls and can handle them effectively. + +### Fix for Issue #2 + +The branch contains an updated README with detailed explanation of TOML parsing behavior and error handling. \ No newline at end of file