From 26f02d3e4a8d78d4dbe406748b65da83195ad170 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 23 Apr 2015 14:27:01 +1000 Subject: [PATCH] Add AppVeyor master status badge. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ca514..2439e04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# EntityX - A fast, type-safe C++ Entity Component System [![Build Status](https://travis-ci.org/alecthomas/entityx.png)](https://travis-ci.org/alecthomas/entityx) +# EntityX - A fast, type-safe C++ Entity Component System [![Build Status](https://travis-ci.org/alecthomas/entityx.png)](https://travis-ci.org/alecthomas/entityx) [![Build status](https://ci.appveyor.com/api/projects/status/qc8s0pqb5ci092iv/branch/master)](https://ci.appveyor.com/project/alecthomas/entityx/branch/master) + ***NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the [change log](CHANGES.md) for details.***