fix failing test in CMFPlone. some things are contentish but not adaptable to IConversation (such as collection criteria)

svn path=/plone.app.discussion/trunk/; revision=51682
This commit is contained in:
David Glick
2011-08-19 18:54:44 +00:00
parent 6e157df3d3
commit 2b10fd06e2
2 changed files with 8 additions and 4 deletions
+3
View File
@@ -4,6 +4,9 @@ Changelog
2.1.0 (unreleased)
------------------
- Avoid error when moving objects that are contentish but not annotatable.
[davisagli]
- New feature: Markdown syntax added to possible comment text transforms.
[timo]