Add initial version of CHANGELOG.md

This commit is contained in:
Vesa Luusua 2018-05-08 15:56:24 +03:00
parent d8c407070f
commit 43ed65253e

15
CHANGELOG.md Normal file
View file

@ -0,0 +1,15 @@
# Change Log
We are not following semantic versioning in this template app since any change could potentially be
a breaking change for forked customization projects. We are still experimenting with what is a good
way to update this template, but currently, we follow a pattern:
* Major version change (v**X**.0.0): Changes to several pages and other components. Consider
implementing this without merging upstream (we'll provide instructions).
* Minor version change (v0.**X**.0): New features and changes to a single page. These are likely to
cause conflicts.
* Patch (v0.0.**X**): Bug fixes and small changes to components.
## v0.2.0
* Starting a change log for Flex Template for Web