From 87246f5d345ca52a9da58f9ebd5986d03ff6f367 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 2 Apr 2017 17:46:37 +0100 Subject: [PATCH] Update changelog --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b1ab7f9..4a059035 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,16 @@ There is **no** JavaScript included. People generally want to use their own JS i ## Browser Support -Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](http://caniuse.com/#feat=flexbox), Bulma is compatible with: +Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](http://caniuse.com/#feat=flexbox), Bulma is compatible with **recent** versions of: * Chrome * Edge * Firefox -* Internet Explorer (10+) * Opera * Safari +Internet Explorer (10+) is only partially supported. + ## Documentation The documentation resides in the [docs](docs) directory, and is built with the Ruby-based [Jekyll](https://jekyllrb.com/) tool.