From 1cee106975e3137cb9a667729e832cc9494f0692 Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Fri, 22 Apr 2016 23:18:13 -0700 Subject: [PATCH] Fixed typo. --- docs/manual/posting-and-listing.rst | 2 +- docs/release/ablog-v0.8-released.rst | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/manual/posting-and-listing.rst b/docs/manual/posting-and-listing.rst index 3e6abad..03ee5cf 100644 --- a/docs/manual/posting-and-listing.rst +++ b/docs/manual/posting-and-listing.rst @@ -29,7 +29,7 @@ following directive: :redirect: blog/old-page-name-for-the-post :excerpt: 2 :image: 1 - :nocoments: + :nocomments: **Drafts & Posts** diff --git a/docs/release/ablog-v0.8-released.rst b/docs/release/ablog-v0.8-released.rst index c7a4a6b..35fbae1 100644 --- a/docs/release/ablog-v0.8-released.rst +++ b/docs/release/ablog-v0.8-released.rst @@ -59,3 +59,24 @@ ABlog v0.8.2 released ABlog v0.8.2 is released to fix date parsing (:issue:`58`) and Python 2.6 installation (:issue:`59`) issues. + + +ABlog v0.8.3 released +--------------------- + +.. post:: Apr 23, 2016 + :author: Ahmet + :category: Release + :location: SF + +ABlog v0.8.3 is released to bring you recent enhancements: + + * `ninmesara`_ added ``:nocomments:`` argument to :rst:dir:`post` directive + to disable comments per post. + + * `José Carlos García`_ added Spanish translations. + + + +.. _ninmesara: https://github.com/ninmesara +.. _José Carlos García: https://github.com/quobit