From 438c7b5189372849e1daa498e9f08d1dda9c3636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 23 Dec 2015 22:35:30 +0100 Subject: [PATCH] typo in the CHANGELOG. --- CHANGELOG.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3df10b..2f72aa3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,16 +36,16 @@ Python codes as a Python module or as a program in your scripts. 0.3 (2011-04-15) ---------------- -* you can now use Stéganô as a library in your Python program -(python setup.py install) or as a 'program' thanks to the scripts provided -in the bin directory; +* you can now use Stéganô as a library in your Python program; + (python setup.py install) or as a 'program' thanks to the scripts provided + in the bin directory; * new documentation (reStructuredText) comes with Stéganô. 0.2 (2011-03-24) ---------------- * this release introduces some bugfixes and a major speed improvement of the -*reveal* function for the LSB method. Moreover it is now possible to hide a -binary file (ogg, executable, etc.); + *reveal* function for the LSB method. Moreover it is now possible to hide a + binary file (ogg, executable, etc.); * a new technique for hiding/revealing a message in a JPEG picture by using the -description field of the image is provided. + description field of the image is provided.