diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-11 11:23:48 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-11 11:23:48 +0100 |
commit | ee92c6dd99d1bb24d896231ac63f815ae232aea8 (patch) | |
tree | 3c839cf859d1fe3c4cf4b725c42b8d88b8087fe3 | |
parent | b6c54c17d10a70a5995fff87e38be652a52ecd12 (diff) | |
download | gitbook-ee92c6dd99d1bb24d896231ac63f815ae232aea8.zip gitbook-ee92c6dd99d1bb24d896231ac63f815ae232aea8.tar.gz gitbook-ee92c6dd99d1bb24d896231ac63f815ae232aea8.tar.bz2 |
Add changelog for 2.0.0-beta.1
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |