diff options
author | Barry Warsaw <barry@python.org> | 2008-11-29 18:47:12 -0500 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-11-29 18:47:12 -0500 |
commit | f39b577120ccd6d6fc0e37461212cc63fc39e809 (patch) | |
tree | b28b9b0f0a425d3d9c76c8803cf8f58278503a97 | |
parent | b7c826ff010b4350f861bd7d90a3b81c0bae626a (diff) | |
download | mailman2-f39b577120ccd6d6fc0e37461212cc63fc39e809.tar.gz mailman2-f39b577120ccd6d6fc0e37461212cc63fc39e809.tar.xz mailman2-f39b577120ccd6d6fc0e37461212cc63fc39e809.zip |
Added NEWS entry
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fix compatibility with Python 2.6. + - Fixed a bug in admin.py which would result in chunked pages of the membership list for members whose address begins with a non-alphanumeric character to not be visible or retrievable. |