@@ -11,6 +11,10 @@ incremented for features.
## [Unreleased]
+### Features
+
+* spl: Re-export the `spl_token` crate ([#1665](https://github.com/project-serum/anchor/pull/1665)).
## [0.23.0] - 2022-03-20
### Features
@@ -6,6 +6,7 @@ use anchor_lang::{context::CpiContext, Accounts};
use anchor_lang::{solana_program, Result};
use std::ops::Deref;
+pub use spl_token;
pub use spl_token::ID;
pub fn transfer<'a, 'b, 'c, 'info>(