From cb994713ca6bbce218c2ab1e2093cd0034f08760 Mon Sep 17 00:00:00 2001 From: Boyd Multerer Date: Tue, 26 Mar 2019 17:16:49 +1300 Subject: [PATCH] add a link to the upgrade guide to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index acf28bfb..e5713ba8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ mix task. Version 0.10 of Scenic contains both deprecations and breaking changes, which will need to be updated in your app in order to run. This is all good through as it enables goodness in the forms of proper font metrics and dynamic raw pixel textures. +Please see the [v0.10 Upgrade Guide](https://hexdocs.pm/scenic/upgrading_to_v0-10.html). + ### Deprecations `push_graph/1` is deprecated in favor of returning `{:push, graph}`