From 132c4e7dfa5e41b49ab6e065d02dd6e7a27186db Mon Sep 17 00:00:00 2001 From: dgfrg Date: Sun, 25 Feb 2018 12:37:02 +0100 Subject: [PATCH] Initial v3.1 release file --- doc/release/v3_1.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/release/v3_1.md diff --git a/doc/release/v3_1.md b/doc/release/v3_1.md new file mode 100644 index 000000000..5e882dede --- /dev/null +++ b/doc/release/v3_1.md @@ -0,0 +1,32 @@ +# WB-Toolbox (YYYY-MM-DD) Release Notes {[`#v3.1`](https://github.com/robotology/wb-toolbox/tree/v3.1)} + +This is the first release for which a changelog was introduced. + +## Important Changes + +- The toolbox style is now defined by a [`.clang-format`](https://github.com/robotology/wb-toolbox/.clang-format) file. + PRs must be compliant to this style in order to be merged. +- The `master` branch is protected. Only repo admins can directly push to `master` (even if this is discouraged). + +## New Features + +### `WBToolboxLibrary` + +### `WBToolboxMex` + +### `WBToolboxCoder` + +## Bug Fixes + +### `WBToolboxLibrary` + +### `WBToolboxMex` + +### `WBToolboxCoder` + +## Contributors + +This is a list of people that contributed to this release (generated from the git history using `git shortlog -ens --no-merges v3.0..v3.1`): + +``` +```