diff options
author | Samy Pessé <samypesse@gmail.com> | 2017-01-06 17:17:14 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2017-01-06 17:17:14 +0100 |
commit | 4b3ac4e82752694d47a8c2e700a753fb64fec808 (patch) | |
tree | 5d0fa708767af80104512374141d8378d19ef42b | |
parent | 7029c01806781f5ed74f175545ea154aa17cc6fd (diff) | |
download | gitbook-4b3ac4e82752694d47a8c2e700a753fb64fec808.zip gitbook-4b3ac4e82752694d47a8c2e700a753fb64fec808.tar.gz gitbook-4b3ac4e82752694d47a8c2e700a753fb64fec808.tar.bz2 |
Add tests to changelog
-rw-r--r-- | CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - *Website Feature:* `fontsettings` is now only controlling the font size, and can work on multiple themes - *Plugin API*: hook `page` can no longer modify the content, only the page's attributes - *Plugin API*: plugins can no longer export resources, instead use the `_assets` folder +- [ ] *Plugin API*: testing framework +- [ ] `gitbook init` creates `.gitignore` if not found +- [ ] Ignore files are no longer copied to the output ## 3.2.2 - Fix catching parsing errors leading to possible missing pages in generated book |