Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Sep 29, 2017
1 parent c106be6 commit 6292bde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions CHANGES.rst
Expand Up @@ -2,10 +2,11 @@
CHANGES
=======

5.3 (unreleased)
----------------
5.2.2 (unreleased)
------------------

- Nothing changed yet.
- Fix selecting radio and select control options by index
(https://github.com/zopefoundation/zope.testbrowser/issues/31).


5.2.1 (2017-09-01)
Expand All @@ -29,11 +30,11 @@ CHANGES

- Fix passing a real file to ``add_file``.

- Add `controls` property to Form class to list all form controls.
- Add ``controls`` property to Form class to list all form controls.

- Restore the ability to use parts of the actually displayed select box titles.

- Allow to set a string value instead of a list on `Browser.displayValue`.
- Allow to set a string value instead of a list on ``Browser.displayValue``.

- Fix setting empty values on a select control.

Expand All @@ -51,7 +52,7 @@ CHANGES
------------------

- Converted most doctests to Sphinx documentation, and published to
http://zopetestbrowser.rtfd.org/ .
https://zopetestbrowser.readthedocs.io/ .

- Internal implementation now uses WebTest instead of ``mechanize``.
The ``mechanize`` dependency is completely dropped.
Expand Down Expand Up @@ -111,7 +112,7 @@ CHANGES

>>> from zope.testbrowser.wsgi import Browser

  Maybe the blog post `Getting rid of zope.app.testing`_ could help you adapting to this new version, too.
Maybe the blog post `Getting rid of zope.app.testing`_ could help you adapting to this new version, too.

- Remove modules:

Expand Down Expand Up @@ -223,7 +224,7 @@ CHANGES
3.11.0 (2011-01-24)
-------------------

- Add `wsgi_intercept` support (came from ``zope.app.wsgi.testlayer``).
- Add ``wsgi_intercept`` support (came from ``zope.app.wsgi.testlayer``).


3.10.4 (2011-01-14)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name='zope.testbrowser',
version='5.3.dev0',
version='5.2.2.dev0',
url='https://github.com/zopefoundation/zope.testbrowser',
license='ZPL 2.1',
description='Programmable browser for functional black-box tests',
Expand Down

0 comments on commit 6292bde

Please sign in to comment.