Skip to content

Commit 2cfd9fa

Browse files
authored
chore: Update CHANGELOG.md to fix link for types guide after file move (#276)
* chore: updated CHANGELOG.md to fix link for types guide after file move Signed-off-by: Mounil <[email protected]> Signed-off-by: Mounil <[email protected]> * Chore: Update CHANGELOG.md to reflect recent documentation moves and file linking. Signed-off-by: Mounil <[email protected]> --------- Signed-off-by: Mounil <[email protected]>
1 parent 2b446e0 commit 2cfd9fa

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2424
### Fixed
2525
- missing ECDSA support in query.py and contract_create_transaction.py (was only creating ED25519 keys)
2626

27-
### Changed
28-
- SimpleContract and StatefulContract constructors to be payable
29-
- added new_pending_airdrops to TransactionRecord Class
3027

3128
### Breaking API changes
3229
**We have several camelCase uses that will be deprecated → snake_case** Original aliases will continue to function, with a warning, until the following release.
@@ -87,7 +84,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8784
- TokenUpdateTransaction Class
8885
- added Type hinting and initial methods to several modules
8986
- TokenRevoceKycTransaction Class
90-
- README_types.md
87+
- [Types Guide](hiero/hedera_sdk_python/documentation/sdk_developers/types.md)
88+
9189
- TransactionRecordQuery Class
9290
- AccountInfoQuery Class
9391

@@ -103,6 +101,15 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
103101
- README updated
104102
- added PublicKey.from_proto to PublicKey class
105103
- changed Query Class to have method get_cost
104+
- SimpleContract and StatefulContract constructors to be payable
105+
- added new_pending_airdrops to TransactionRecord Class
106+
- Reorganized SDK developer documentation:
107+
- Renamed and moved `README_linting.md` to `linting.md`
108+
- Renamed and moved `README_types.md` to `types.md`
109+
- Renamed and moved `Commit_Signing.md` to `signing.md`
110+
- Created `sdk_users` docs folder and renamed `examples/README.md` to `running_examples.md`
111+
- Updated references and links accordingly
112+
106113

107114
### Fixed
108115
- fixed INVALID_NODE_ACCOUNT during node switching

README_linting.md renamed to hiero/hedera_sdk_python/documentation/sdk_developers/linting.md

File renamed without changes.

Commit_Signing.md renamed to hiero/hedera_sdk_python/documentation/sdk_developers/signing.md

File renamed without changes.

README_types.md renamed to hiero/hedera_sdk_python/documentation/sdk_developers/types.md

File renamed without changes.

examples/README.md renamed to hiero/hedera_sdk_python/documentation/sdk_users/running_examples.md

File renamed without changes.

0 commit comments

Comments
 (0)