diff --git a/CHANGELOG.md b/CHANGELOG.md index e74169af6..6f2745a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +- Add `AbstractedAccount` class to support account abstraction with custom signers. +- Add `aptos.abstraction` namespace to support account abstraction APIs. Notable functions are: `isAccountAbstractionEnabled`, `enableAccountAbstractionTransaction`, and `disableAccountAbstractionTransaction`. + # 1.33.2 (2025-01-22) - [`Fix`] Fixes pagination for GetAccountModules and GetAccountResources. Also, adds more appropriate documentation on offset.