Fix tuple#toArray implementations

This commit is contained in:
broccolai 2021-01-28 09:41:17 +00:00 committed by Jason
parent 213039fc20
commit a6eb44376c
4 changed files with 12 additions and 9 deletions

View file

@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- Deprecated old JDA UserParser that did not take an isolation parameter
### Fixed
- Tuple implementations now do not throw an error when using the toArray method
## [1.4.0] - 2021-01-16