Skip to content

Commit 14538cb

Browse files
docs: update CHANGELOG with repository reorganization and security fix (#46) (#50)
1 parent 1cef145 commit 14538cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
- Reorganized README.md with professional badge section at the top
3232
- Moved CI status information to badge section
33+
- **Repository structure cleanup**: Comprehensive reorganization for better code organization
34+
- Created `examples/` directory for better code organization
35+
- Moved `example_usage.py` from root to `examples/`
36+
- Moved 8 test files from root to `tests/` directory
37+
- Moved 4 development documentation files to `docs/` directory
38+
- Cleaned up 9 temporary files and empty files
39+
- Updated all documentation references for new structure
40+
41+
### Security
42+
43+
- Fixed Semgrep security warning for API key logging
44+
- Changed log message from 'API key present' to 'Authentication configured'
45+
- Resolved python.lang.security.audit.logging.logger-credential-leak finding
3346

3447
## [0.1.0] - 2025-01-27
3548

0 commit comments

Comments
 (0)