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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.7.0] - 2025-08-27
6
+
7
+
### Added
8
+
9
+
- Allow access to the internal accounts db ([#205](https://github.com/LiteSVM/litesvm/pull/205)).
10
+
- Update token crate to support native mint functionality ([#200](https://github.com/LiteSVM/litesvm/pull/200)).
11
+
- Feature to use hashbrown crate instead of std::collections ([#203](https://github.com/LiteSVM/litesvm/pull/203)).
12
+
13
+
### Changed
14
+
15
+
- Update Solana crates to 2.3 ([#194](https://github.com/LiteSVM/litesvm/pull/194)).
16
+
- Refactor `add_program` methods to accept program_id as `impl Into<Pubkey>` for improved flexibility ([#183](https://github.com/LiteSVM/litesvm/pull/183)).
17
+
- Make `add_program` return an error if the program is invalid ([#187](https://github.com/LiteSVM/litesvm/pull/187)).
0 commit comments