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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](https://semver.org).
@@ -28,7 +28,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
28
28
- Added CodeRabbit review instructions and path mapping for the schedule module (`src/hiero_sdk_python/schedule/`) in `.coderabbit.yaml` (#1698)
29
29
- Added advanced code review prompts for the `src/hiero_sdk_python/file` module in `.coderabbit.yaml` to guide reviewers in verifying proper `FileAppendTransaction` chunking constraints and nuances in memo handling for `FileUpdateTransaction` according to Hiero SDK best practices. (#1697)
30
30
- Added CodeRabbit review instructions for consensus module `src/hiero_sdk_python/consensus/` with critical focus on protobuf alignment `.coderabbit.yaml`.
31
-
32
31
- Added CodeRabbit prompt to review the `src/hiero_sdk_python/crypto` module.
33
32
- Added `.codacy.yml` configuration to exclude the `tests/` directory from Bandit `assert` analysis.
34
33
@@ -58,6 +57,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
58
57
- docs: create workflow best practices guide (`docs/workflows/03-workflow-best-practices.md`) (`#1743`)
59
58
- Fixed broken `MAINTAINERS.md` relative link in `docs/sdk_developers/bug.md` by using the repository-root GitHub URL. (#1666)
60
59
- docs(setup): specify unit tests for local setup verification. (#1856)
60
+
- docs: Clarify issues need to be assigned in template files. (#1884)
61
61
- doc: Fix testnet link in README.md. (#1879)
62
62
63
63
@@ -78,7 +78,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
78
78
- Added workflow documentation guide (`docs/github/04_workflow_documentation.md`) with best practices for documenting GitHub workflows and automation scripts (#1745)
79
79
- Updated CodeRabbit workflow and script review instructions to nudge higher-quality patterns without imposing rigid rules (`#1799`)
80
80
- Added hiero-sdk-js to the next issue recommendation bot (`#1847`)
81
-
- Added workflow and bot script to automatically sync labels from linked issues to pull requests. (#1716)
82
81
- feat(bot): warn PR authors that unlinked PRs will be closed (#1886)
0 commit comments