From ee92c6dd99d1bb24d896231ac63f815ae232aea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Wed, 11 Mar 2015 11:23:48 +0100 Subject: [PATCH] Add changelog for 2.0.0-beta.1 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fe474b529..eb357e4d1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0-beta.1 +- Fix windows incompatibility +- Add support for rtl (enabled by default for `ar` and `fa`) +- Escape code blocks in markdown parser +- Add Persian/Farsi translation (`fa`) +- Add Arabic translation (`ar`) +- Add Bengali translation (`bn`) +- Provide generator name in template context + ## 2.0.0-alpha.9 - Fix links in sidebar - Fix normalization of html link (README to index)