# Changes for eBay::API::Simple

TODO: add ClientAlerts and BestMatch backend

0.16 Thu Jul  1 15:00:46 PDT 2010
- add support for attributes in the request via enable_attributes flag

0.15 Tue Jun 15 15:00:55 PDT 2010
- add sandbox docs
- modify Finding backend to support the "X-EBAY-SOA-SERVICE-NAME" 
  defaults to: FindingService
  * provides support custom services on the Finding platform
   
0.14
- modify debugging
- modify Trading backend: calls can now be made without a password 
  since it's not required for a fetch token call.

0.13 Fri Feb  5 13:28:31 PST 2010
- add query string arg support for RSS and HTML backends
- fixed XML namespace stripping (now done in base class with optional override)

0.12 Wed Jan 27 11:32:30 PST 2010
- add support to the Merchandising services

0.11 Tue Jan 26 18:15:38 PST 2010 
- add to documentation

0.10 Sat Jan 23 19:44:31 PST 2010
- fix tests

0.09 Fri Jan 22 11:54:36 PST 2010
- fix version issue

0.07 Fri Jan 22 11:34:36 PST 2010
- add support for eBay Finding2.0 services
  * eBay::API::Simple::Finding
- add proxy support to base class

0.06 Mon Aug  3 09:06:58 PDT 2009
- fix fish config routine
- add Simple.pm subclass

0.05 Mon Jul 20 17:30:43 PDT 2009
- add default timeout of 20 seconds
- added support for username/password on Trading API

0.04 Mon Feb 16 15:40:05 PST 2009
- release to CPAN
- code cleanup
- add ebay.ini support
- fix tests
- fix xmlout bug in Shopping backend

0.02 Thu Jan  8 13:34:36 PST 2009
- several doc udpates
- made some cosmetic changes

0.01 Thu Jan  8 10:03:09 PST 2009
- alpha release for this eBay::API::Simple library