Merge pull request #2319 from TracksApp/release-2.4.2

Prep for a v2.4.2 release
This commit is contained in:
Matt Rogers 2020-02-17 12:48:21 -06:00 committed by GitHub
commit 89a1d4caa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
## Version 2.4.2
### New features
* The new todo UI form has been updated.
### Bug fixes
* Needless sanitization of tags has been removed.
* Security vulnerabilities have been fixed.
## Version 2.4.1
### Bug fixes

View file

@ -1,6 +1,6 @@
# Upgrading Tracks
## Upgrading from Tracks 2.3 to 2.4.1
## Upgrading from Tracks 2.3 to 2.4.2
These upgrade instructions are rough. Please suggest improvements in a GitHub issue if you run into problems.