From eec56de8ad68bbaf02dc926298e693723526f5b2 Mon Sep 17 00:00:00 2001 From: Mathew Cormier Date: Mon, 17 Jun 2019 22:14:01 -0400 Subject: [PATCH] Add formatted errors note --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7f788..bc917c2 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ The following truffle config options are currently supported: * The current alpha version is not recommended for production use. * Windows is currently not supported -* Some solc versions are not supported yet. See list below +* Some solc versions are not supported yet. See list below. * Cache is not implemented yet. This means quantal will recompile all smart contracts every time it’s launched. Cache support is coming soon. +* Formatted error messages are not supported for solc versions below 0.4.20 ## Supported solc versions