Update changelog header

This commit is contained in:
Pavel Murygin 2021-09-24 16:33:17 +03:00
parent f0450dfc50
commit 0a63a3f120

View File

@ -1,4 +1,8 @@
# Changelog
Similar to what we have in aqua book
Fluence JS versioning scheme is the following: `0.BREAKING.ENHANCING`
* `0` shows that Fluence JS does not meet its vision yet, so API can change quickly
* `BREAKING` part is incremented for each breaking API change
* `ENHANCING` part is incremented for every fix and update which is compatible on API level