From a4eff169b6f15d9025186771571aa708f3c333ea Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 25 Feb 2020 02:28:06 +0100 Subject: [PATCH] Move recent changelog to the right place --- README.rst | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 0be82c6..e4deca6 100644 --- a/README.rst +++ b/README.rst @@ -135,6 +135,12 @@ v0.11.0 * Added basic support for multiline text. * Dropped lots of older compat-only code and other cleanups. +* Fixed a bug in the API when combining certain barcodes and writers. +* Published documentation again and updated all project references. +* Fix python_barcode.get mixups between `options` as `writer_options`. + Previously, some writer/barcode combinations worked fine, while others + failed. Now all work consistently. +* The cli tool has been fixed and should now work as expected again. v0.10.0 ~~~~~~~ @@ -181,16 +187,6 @@ This project is a fork of pyBarcode, which, apparently, is no longer maintained. v0.8.0 is our first release, and is the latest ``master`` from that parent project. -v0.9.0 -~~~~~~ - -* Fixed a bug in the API when combining certain barcodes and writers. -* Published documentation again and updated all project references. -* Fix python_barcode.get mixups between `options` as `writer_options`. - Previously, some writer/barcode combinations worked fine, while others - failed. Now all work consistently. -* The cli tool has been fixed and should now work as expected again. - v0.8 ~~~~ * Code 128 added.