.. vim: set fileencoding=utf-8: .. -*- coding: utf-8 -*- .. +--------------------------------------------------------------------------+ | | | Licensed under the Apache License, Version 2.0 (the "License"); | | you may not use this file except in compliance with the License. | | You may obtain a copy of the License at | | | | http://www.apache.org/licenses/LICENSE-2.0 | | | | Unless required by applicable law or agreed to in writing, software | | distributed under the License is distributed on an "AS IS" BASIS, | | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | | See the License for the specific language governing permissions and | | limitations under the License. | | | +--------------------------------------------------------------------------+ Changelog =============================================================================== v1.1.0 ------------------------------------------------------------------------------- * Officially verify and mention PyPy and Pyston support. * More documentation improvements. v1.0.5 ------------------------------------------------------------------------------- Documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Add missing links in README. * Replace example in README with one that is clearer and able to be doctested. v1.0.3 ------------------------------------------------------------------------------- Documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Improve presentation of overview in README. * Properly fence Python code blocks in README for correct rendering on PyPI. v1.0.2 ------------------------------------------------------------------------------- Documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Provide direct link in README to stable API documentation. v1.0.1 ------------------------------------------------------------------------------- Documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Improve wording of introduction in README. * Add badges in README for supported Python versions, current release, code coverage, and license. * Provide direct links in README to current API documentation, code of conduct, and contribution guide.