aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 72845af..f62de8d 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -964,7 +964,7 @@ def specHistoryEntries(m, subject, entries={}):
entry += '<dd><ul>\n%s' % releaseChangeset(m, release)
if dist is not None:
- entries[getObject(dist)] = entry
+ entries[(getObject(created), getObject(dist))] = entry
return entries