updated changelog
This commit is contained in:
parent
1491458861
commit
a6a7f6905c
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user