Mercurial > p > roundup > code
diff CHANGES.txt @ 4653:f0ef4f436542
merge
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 17 Aug 2012 15:32:46 +0200 |
| parents | dfbc0cfa9811 beb8d43f4d9d |
| children | bce631d8f24d |
line wrap: on
line diff
--- a/CHANGES.txt Fri Aug 17 15:30:36 2012 +0200 +++ b/CHANGES.txt Fri Aug 17 15:32:46 2012 +0200 @@ -18,6 +18,11 @@ Fixed: +- issue2550765: Don't show links in calendar that will fail. + Found and fixed by Cédric Krier. (Bernhard) +- "BaseException.with_traceback" is not available on Python 2, so use + "raise E, V, T" instead of "raise E(V).with_traceback(T)". This change was + originally introduced in 74476eaac38a. (Ezio Melotti) - issue2550759: Trailing punctuation is no longer included when URLs are converted to links. (Ezio Melotti) - issue2550574: Restore sample detectors removed in roundup 1.4.9 @@ -26,6 +31,8 @@ (Thomas Arendsen Hein) - issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King. (Bernhard Reiter) +- issue2550766: Minor formatting issues in the docs for date properties, + thanks John Kristensen. (Bernhard Reiter) 2012-05-15: 1.4.20
