# $Id: NEWS,v 1.5 2007/10/09 14:43:36 ianmacd Exp $


0.2.3, 2007-10-09

- Changes to Yahoo's finance site broke the USA module. This has been fixed.

- The Yahoo Australia and Asia modules probably never worked, due to a
  module namespace issue. The Australian module is now known to work.


0.2.2, 2006-04-08

- Changes to Yahoo's finance site broke currency conversion and necessitated
  minor changes to the code.


0.2.1, 2005-03-24

- Symbols that began with a ^ character were not handled correctly. This has
  been fixed.


0.2.0, 2004-07-21

- Finance::Quote::AEX module has been added, for looking up quote data on the
  Amsterdam Euronext eXchange (AEX).

- Registered plug-in methods were callable only via #fetch. This has been
  fixed.

- Finance::Currency::DEFAULT_CURRENCY_FIELDS now also contains :offer and
  :price, which essentially duplicate :ask and :last, respectively.

- The first parameter to Finance::Quote#fetch may now be either a Symbol or a
  String.

- Finance::Quote#fetch now accepts an optional block, to which the returned
  QuoteData object will be yielded.

- Finance::Quote::Yahoo::BASE_YAHOO_LABELS constant has been removed, as it
  was not used.

- The Finance::Quote::Yahoo.yahoo_request module method has been turned into a
  private instance method and is now properly registered at run-time.

- Finance::Quote::Yahoo#yahoo_request now accepts an optional block, to which
  the returned QuoteData object will be yielded.

- Finance::Quote::Yahoo#yahoo_request now returns a QuoteData, not a Hash.

- Finance::Quote::Yahoo#yahoo_request now performs currency conversion, if
  required.


0.1.0, 2004-07-11

- First public release.
