Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Oct 22, 2014
2 parents bf0f6cb + 1b3d661 commit b4f6081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/HISTORY.txt
@@ -1,13 +1,16 @@
Changelog
=========

1.0.8 (unreleased)
1.0.9 (unreleased)
------------------

* Implement ``renderForValue`` on ``ContentTreeBase`` in order to make
single valued relation fields work.
[rnixx]

1.0.8 (2014-10-21)
------------------

* Work around bizarro Diazo encoding bug
[gyst]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.0.8.dev0'
version = '1.0.9.dev0'

setup(name='plone.formwidget.contenttree',
version=version,
Expand Down

0 comments on commit b4f6081

Please sign in to comment.