summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-11 11:23:48 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-11 11:23:48 +0100
commitee92c6dd99d1bb24d896231ac63f815ae232aea8 (patch)
tree3c839cf859d1fe3c4cf4b725c42b8d88b8087fe3
parentb6c54c17d10a70a5995fff87e38be652a52ecd12 (diff)
downloadgitbook-ee92c6dd99d1bb24d896231ac63f815ae232aea8.zip
gitbook-ee92c6dd99d1bb24d896231ac63f815ae232aea8.tar.gz
gitbook-ee92c6dd99d1bb24d896231ac63f815ae232aea8.tar.bz2
Add changelog for 2.0.0-beta.1
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fe474b5..eb357e4 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)