Commit 51517ea4b1ec9cc26ec729bdb482bf4f5fd4202f
1 parent
99f5d74c
Exists in
web_steps_improvements
and in
9 other branches
code-doc: add CHANGELOG to keep track of important changes
The idea is to use the CHANGELOG as a reference of important features or bugfixes included on each release. This will also make the job of writing release notes much easier.
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +If you made any significant change to the code that you consider worth being | |
2 | +reminded on the Release Notes, also include a correspondent entry here. If you | |
3 | +are not sure in which release your code will be released, include it on the | |
4 | +latest release and leave it to the commiter or RM responsible for it. | |
5 | + | |
6 | +v 1.5.0 (unreleased) | |
7 | + - Allow groups to disable admin email notificationo | |
8 | + - Add option to HighlightsBlock to open link in a new tab | |
9 | + - Move blocks html generation from models to helpers | |
10 | + | |
11 | +v 1.4.0 | |
12 | + - Migration from Rails 3 to Rails 4! | ... | ... |