DataStore Changelog (dates in dd/mm/yyyy)
===================


Version 2024.08.25 (25/08/2024)

- Added the War Within currencies.

Version 2024.08.14 (14/08/2024)

- ToC Update.
- Trader's Tender is now recognized as an account-wide currency.
- Transfer of currencies is now properly supported (via a hook of CurrencyTransferMenu.ConfirmButton)

Version 2024.07.28 (28/07/2024)

- Fixes for The War Within
- Preparation work is done to support the transfer of currencies, but Blizzard is once again not consistently returning the values we need.
The transfer is based on C_CurrencyInfo.FetchCurrencyTransferTransactions, which is supposed to provide the GUID's of the characters involved in the transfer.
These GUID's are nil.. so until Blizzard fixes this, the code will remain commented.

Version 2024.06.23 (23/06/2024)

- ToC Update for Cataclysm Release 4.4.001

Version 2024.05.20 (20/05/2024)

- Stopped using Ace libraries
- Using locals for all global functions
- Using new tables in the SV file. 

Version 2023.12.10 (10/12/2023)

- LeftShift & RightShift now use the DataStore version.

Version 2023.11.08 (08/11/2023)

- Added the Dream Infusion currency.

Version 2023.11.08 (08/11/2023)

- Added the Emerald Dewrop currency.

Version 2023.11.06 (06/11/2023)

- ToC Update for 10.2

Version 2023.05.18 (18/05/2023)

- As of this version, this DataStore module will be released in a single package compatible with all versions of the game.
- As of this version, the version number will no longer be 1.x or 9.x, but rather a date that clearly identifies when the release took place.

