updated changelog

This commit is contained in:
James Turk 2010-03-04 16:15:53 -05:00
parent 1491458861
commit a6a7f6905c
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Changelog
=========
0.1.1 - March 4 2009
====================
- fix packaging issues
- lat/lng conversion on Decimal objects
- warn when POI.actions is a dict
0.1.0 - October 22 2009
=======================
- initial working release

View File

@ -40,7 +40,7 @@ class POI(object):
``attribution``
bottom line of display, shown in small font (<= 45 chars)
``actions``
dictionary mapping names of actions to URIs
list of dictionaries with 'label' and 'uri' keys
'''
def __init__(self, id, lat, lon, title, actions=None, image_url=None,