diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-22 08:54:46 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-22 08:54:46 +0100 |
commit | 4dbe81cb660aa3422e4e5238459b48e357785c0c (patch) | |
tree | 6906a5a5d49535d9ea2acba1689032b7ea4d27d2 | |
parent | d139d1d1bd65e3dd0eff2987f355bb16d8c24058 (diff) | |
download | gitbook-4dbe81cb660aa3422e4e5238459b48e357785c0c.zip gitbook-4dbe81cb660aa3422e4e5238459b48e357785c0c.tar.gz gitbook-4dbe81cb660aa3422e4e5238459b48e357785c0c.tar.bz2 |
Add base changelog
-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/). +## 3.x.x (unreleased) +- Summary can contain external links and anchors (Fix [#776](https://github.com/GitbookIO/gitbook/issues/776)) +- Summary can contain differents entitled sections +- Glossary is generated as a normal page +- Headings are no longer annotated with glossary terms +- Themes are now published as a plugin, with ability to extend it from the book source +- `links.sidebar` configuration is no longer supported, use summary sections instead +- `pdf.headerTemplate` and `pdf.footerTemplate` have been replaced by a template in theme/book: `_layout/ebook/pdf_header.html` and `_layout/ebook/pdf_footer.html` + ## 2.6.7 - Fix bug with filenames including spaces - Add Turkish and Catalan translations |