From b58085201a7a3a8657585376cd33dcf2de8b9512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sun, 20 Dec 2015 11:58:15 +0200 Subject: [PATCH] Make these bolder. --- CHANGELOG.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a9026f..3a60a23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,7 +26,7 @@ Changelog --------------------- * Changed ``--benchmark-warmup`` to take optional value and automatically activate on PyPy (default value is ``auto``). - *MAY BE BACKWARDS INCOMPATIBLE* + **MAY BE BACKWARDS INCOMPATIBLE** * Removed the version check in compare mode (previously there was a warning if current version is lower than what's in the file). @@ -44,7 +44,7 @@ Changelog * Add a ``--benchmark-disable`` option. It's automatically activated when xdist is on * When xdist is on or `statistics` can't be imported then ``--benchmark-disable`` is automatically activated (instead - of ``--benchmark-skip``). *BACKWARDS INCOMPATIBLE* + of ``--benchmark-skip``). **BACKWARDS INCOMPATIBLE** * Replace the deprecated ``__multicall__`` with the new hookwrapper system. * Improved description for ``--benchmark-max-time``. @@ -84,8 +84,8 @@ Changelog * Added option to fine tune the calibration (the ``--benchmark-calibration-precision`` command line argument and ``calibration_precision`` marker option). -* Changed ``benchmark_weave`` to no longer be a context manager. Cleanup is performed automatically. *BACKWARDS - INCOMPATIBLE* +* Changed ``benchmark_weave`` to no longer be a context manager. Cleanup is performed automatically. + **BACKWARDS INCOMPATIBLE** * Added ``benchmark.weave`` method (alternative to ``benchmark_weave`` fixture). * Added new hooks to allow customization: @@ -152,7 +152,7 @@ Changelog 2.0.0 (2014-12-19) ------------------ -* Replace the context-manager based API with a simple callback interface. *BACKWARDS INCOMPATIBLE* +* Replace the context-manager based API with a simple callback interface. **BACKWARDS INCOMPATIBLE** * Implement timer calibration for precise measurements. 1.0.0 (2014-12-15)