comparison CHANGELOG.txt @ 64:e92a5adf75bf

Added first public API.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Tue, 27 Jul 2010 18:00:00 -0700
parents e7d287cc3b02
children 2d65db19d3ce
comparison
equal deleted inserted replaced
63:e7d287cc3b02 64:e92a5adf75bf
1 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com> 1 2010-07-27 Asa Ayers <Asa.Ayers@Gmail.com>
2 2
3 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface. 3 - Fixed an infinite loop when when adding items to the Skillet queue from the crafting interface.
4 - For Developers: Changed ItemAuditor to no longer be in the global namespace 4 - For Developers: Changed ItemAuditor to no longer be in the global namespace
5 - For Developers: Added IAapi to the public namespace so other addons can interact with ItemAuditor.
5 6
6 2010-07-25 Asa Ayers <Asa.Ayers@Gmail.com> 7 2010-07-25 Asa Ayers <Asa.Ayers@Gmail.com>
7 8
8 - Added the version number to the title in ItemAuditor options. 9 - Added the version number to the title in ItemAuditor options.
9 - Implemented a crafting interface. This will eventually replace /ia queue, but for now they are two separate features. 10 - Implemented a crafting interface. This will eventually replace /ia queue, but for now they are two separate features.