You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
9
9
10
10
11
11
### Tests
12
+
13
+
- Formatted `tests/unit/conftest.py` with black for code style consistency. (#1522)
12
14
- format `black tests/unit/nft_id_test.py` with Black.(#1544)
13
15
- Format `tests/unit/executable_test.py` with Black.(#1530)
14
16
- Format `tests/unit/hedera_trust_manager_test.py` with Black for consistent code style (#1539)
@@ -132,6 +134,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
132
134
- Add automated bot to recommend next issues to contributors after their first PR merge (#1380)
133
135
- Added dry-run support and refactored `.github/workflows/bot-workflows.yml` to use dedicated script `.github/scripts/bot-workflows.js` for improved maintainability and testability. (`#1288`)
134
136
137
+
### Changed
138
+
135
139
### Documentation
136
140
- Added comprehensive docstring to `compress_with_cryptography` function (#1626)
0 commit comments