From d3dc25efbea35d6ee0dbf5a3a5c996cb1ba6a8da Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 4 Mar 2010 16:15:53 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.rst | 6 ++++++ layar/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 35cd23c..c5b007b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/layar/__init__.py b/layar/__init__.py index c892531..435d723 100644 --- a/layar/__init__.py +++ b/layar/__init__.py @@ -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,