From bbf88df1b8035e40f4988d62ffae3597f5e842b4 Mon Sep 17 00:00:00 2001 From: yulolimum Date: Tue, 15 May 2018 11:34:50 -0700 Subject: [PATCH] updates readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6f82f..4bde82f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ 0.3.0
- Removes the LZString compression for backups (page revisions) as per the conversation here.
- - Adds migration (run `mix thesis.install && mix ecto.migrate`). It is important to do this before 0.3.0 as the LZString dependency will be removed then.
+ - Adds migration (run `mix thesis.install && mix ecto.migrate`). It is important to do this before 0.4.0 as the LZString dependency will be removed then.
- Adds notifications. This allows us to warn users of potential Thesis issues depending on page state, environment, Thesis version, etc. Notifications can also be set in the host app config to include custom logic.
- Bug fixes: page revision exception, add new page button hover issue.