Add Mojave to dependencies script

Add changelog entry

Moved changelog item

Updates from review
This commit is contained in:
Chris Ward
2018-09-27 12:06:41 +03:00
parent 0f59284a3d
commit d9b7fd1347
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -87,9 +87,12 @@ case $(uname -s) in
10.13)
echo "Installing solidity dependencies on macOS 10.13 High Sierra."
;;
10.14)
echo "Installing solidity dependencies on macOS 10.14 Mojave."
;;
*)
echo "Unsupported macOS version."
echo "We only support Mavericks, Yosemite, El Capitan, Sierra and High Sierra."
echo "We only support Mavericks, Yosemite, El Capitan, Sierra, High Sierra and Mojave."
exit 1
;;
esac