CHANGES
=======

1.1.0
-----

* Bump default tox env from py37 to py38
* Add py38 package metadata
* Add Python3 victoria unit tests

1.0.0
-----

* tox.ini & Setup.cfg cleanups
* Drop python 2.7 support and testing
* Switch to Ussuri jobs
* Blacklist sphinx 2.1.0 (autodoc bug)
* Update the constraints url
* Remove flake8 from the test-requirements

0.28.0
------

* Add Python 3 Train unit tests
* Sync Sphinx requirement
* Replace git.openstack.org URLs with opendev.org URLs
* OpenDev Migration Patch
* Dropping the py35 testing

0.27.0
------

* Use template for lower-constraints
* Change openstack-dev to openstack-discuss
* add python 3.6 unit test job
* import zuul job settings from project-config

0.26.0
------

* Switch to stestr
* Remove the unnecessary spaces
* Update links in README
* fix tox python3 overrides
* set default python to python3
* fix a typo in documentation
* add lower-constraints job
* Updated from global requirements

0.25.0
------

* Updated from global requirements
* Updated from global requirements
* Updated from global requirements

0.24.0
------

* Avoid tox\_install.sh for constraints support
* Updated from global requirements
* Updated from global requirements
* Remove explicit dependency on pep8/pyflakes
* Fix various pep8 issues
* Updated from global requirements
* Updated from global requirements

0.23.0
------

* Update URLs in documents according to document migration
* Update .gitignore
* turn on warning-is-error flag for doc build
* switch from oslosphinx to openstackdocstheme
* rearrange existing documentation based on the new standard layout

0.22.0
------

* Updated from global requirements
* Updated from global requirements
* Python 3.5 is added
* Updated from global requirements

0.21.0
------

* Updated from global requirements
* Updated from global requirements
* Updated from global requirements

0.20.0
------

* Revert "Use inspect.signature() if available"
* Remove vim header from source files

0.19.0
------

* Add Constraints support
* Use inspect.signature() if available
* Updated from global requirements
* Remove vim header from source files
* setup.cfg: configure doc build
* Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'
* Show team and repo badges on README

0.18.0
------

* Remove discover from test-requirements

0.17.0
------

* Updated from global requirements

0.16.0
------

* Updated from global requirements
* Correct spelling of occurrences

0.15.0
------

* Updated from global requirements
* Updated from global requirements

0.14.0
------

* Updated from global requirements
* Updated from global requirements

0.13.0
------

* Updated from global requirements
* Remove Python 2.6 classifier

0.12.0
------

* Add universal wheel tag to setup.cfg

0.11.0
------

* Fix broken test and remove Bad test
* Updated from global requirements
* Activate pep8 check that \_ is imported

0.10.0
------

* Updated from global requirements
* Updated from global requirements

0.9.0
-----

* Updated from global requirements
* Updated from global requirements
* Updated from global requirements

0.8.0
-----

* Fixes to allow a new release
* Updated requirements
* Add a fixture for consuming mox3 easily
* Add CONTRIBUTING file
* Cleaed up AUTHORS/ChangeLog file
* Migrate test bases to testtools
* Fix all of the flake8/hacking warnings
* Fix the leading indentation issue
* Updated to use OpenStack standards
* Add openstack stuff
* Changed project description
* Author is not required - maintainer is enough
* Added tests to sdist
* Applied some changes according to http://getpython3.com/diveintopython3/packaging.html
* Changed directory test to tests. Fixed travis config
* Adjusted the structure of the mox3
* Minor fixes + changes in metadata
* Update README
* Fixed pep8 issues
* Added test for changed semantics in Python 3
* Added modification info
* Fixed isinstance check on instances of MockObject
* Fixed a bug when dir() called on MockObject was not returning attributes of a mocked class (Python3)
* Pep8's E111 error is now ignored
* Removed exclamation mark from travis.yml
* Added pep8 to .travis.yml
* Fixed deprecation warnings in mox\_test.py
* Introduced class to which mocks can be bound in order to preserve binding information (Python3 and missing unbound methods issue)
* Added \_\_hash\_\_ for MockMethod - no default hash in py3k
* bugfix for unhashable/uncomparable dicts
* Restored callable function since it's present in python 3.2
* Converted all classes to the new style (inheriting from object) - this is the only option in py3k
* Py3k always sets re.U flag, so the resulting regex.flags are equals to flags | re.U
* Fixed all the simple compatiblity issues
* Fixed compatiblity issues in stubout
* Fixed some of the compatiblity issues
* info about modification
* Added modification info
* Enabled Travis CI
* Enabled Travis CI
* Another bugfix... Tests are still passing
* Bugfix. At least I hope so..
* fixed indentation
* bugfix
* Added .gitignore
* Updated to version 0.5.3
* Numerous fixes from Google:
* Mox release 0.5.1, which includes some bug fixes and tests for stubout
* Fix for Issue 3, submitted by a...@therobots.org
* Fix for Issue 5, submitted by agoratim
* Patch from Matt Brown (mdbrow@gmail.com) to inspect the arguments of mocked methods.  Alright! :)
* Added support for \_\_contains\_\_, thanks to Adam Lowry
* Added import for inspect, and tests for stubout.  Patch by Manuel Holtgrewe
* Remove duplicate NotTest.  Bad patch
* Add a Not comparator to compose with other comparators
* Fix MoxTestBase to be usable with multiple-inheritance
* Write a README
* Start our first release at 0.5.0, not 1.0.0
* Include the mox\_test\_helper.py in the distribution
* Fix mailing list address
* Initial import of mox (originally an internal Google project)
