Skip to content

Commit

Permalink
Remove VSEval module.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Oct 5, 2018
1 parent df66697 commit d7b2dd3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
15 changes: 13 additions & 2 deletions CHANGES.rst
Expand Up @@ -4,14 +4,25 @@ Changelog
3.0b5 (unreleased)
------------------

Breaking changes
++++++++++++++++

- Removed ``VSEval`` module. Please use DT_Util.EVal now.

Features
++++++++

- Added support for Python 3.7.

Bugfixes
++++++++

- Fix regression with exception handling in ``<dtml-except>`` with Python 2.
(`#25 <https://github.com/zopefoundation/DocumentTemplate/issues/25>`_)

- Stabilized TreeTag rendering for objects without ``_p_oid`` values.
(`#26 <https://github.com/zopefoundation/DocumentTemplate/issues/26>`_)

- Added support for Python 3.7.

- Remove support for string exceptions in ``<dtml-except>``.
(`#29 <https://github.com/zopefoundation/DocumentTemplate/pull/29>`_)

Expand Down
10 changes: 0 additions & 10 deletions src/DocumentTemplate/VSEval.py

This file was deleted.

0 comments on commit d7b2dd3

Please sign in to comment.