Skip to content

Commit 49a7dd3

Browse files
committed
VersionLogUpdate
1 parent 191171a commit 49a7dd3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/content/docs/extra/version-log.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Logs about the changed features.
99

1010
---
1111

12+
## **Version 2.7.0**
13+
14+
- BREAKING CHANGE: When using the `queue.remove()` function, the removed tracks are now added via unshift to the queue.previous array instead of push.
15+
- This means that the order of removed tracks is reversed in the previous array.
16+
- This was done to maintain consistency with how tracks are added to the previous array when skipped or played.
17+
- Added some conditional chaining and further if statements to make the library more robust.
18+
- Added additional ways of finding the closest track for resolving unresolved tracks. (isrc) and described that process.
19+
20+
---
21+
1222
## **Version 2.6.6**
1323

1424
- Fix Error-Typo in the testbot- thanks to @KingKonguido

0 commit comments

Comments
 (0)