beta mode in changelog

This commit is contained in:
Michael Stanclift 2020-07-11 18:42:22 -05:00
parent a158a2d042
commit 668475c103
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,9 @@ The `./gravity-sync.sh update` and `version` functions will look for the `dbclie
#### 2.1.5
Skipping a few digits because what does it really matter?
- Implements a new beta branch, and with it a new `./gravity-sync.sh beta` function to enable it. This will hopefully allow new features and such to be added for test users who can adopt them and provide feedback before rolling out to the main update branch.
- Uses new SQLITE3 backup methodology introduced in 2.1, for all push/pull sync operations.
## 2.0
### The Smart Release

View File

@ -1985,6 +1985,7 @@ case $# in
beta)
task_betamode
;;
devmode)
task_devmode