Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-09-08 14:11:47 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-09-08 14:11:47 (GMT)
commitb3ad232b0c04ea7e87df2fb8c6c538f84189daba (patch)
tree726f5b20432fba3a77a5eda30d65552722c443f4 /NEWS
parentd19472930d69c2cc7445eaa40238a89a004a90fd (diff)
#2909: Make python activities more tolerant to missing metadata properties.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4fcd2f6..e8ba447 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* #2909: Make python activities more tolerant to missing metadata properties. (tomeu)
* #2653: Add audio/wav and audio/x-wav as Audio objects. (tomeu)
* Support moving of data files written to the datastore using standard Activity
write_file() API (dcbw)