From bab8dce01c193d82bc04888a0a9a7814d505f532 Mon Sep 17 00:00:00 2001 From: Zack Guo Date: Tue, 23 Jun 2015 15:11:22 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 01458a4..b9bc302 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # termui [![Build Status](https://travis-ci.org/gizak/termui.svg?branch=master)](https://travis-ci.org/gizak/termui) [![Doc Status](https://godoc.org/github.com/gizak/termui?status.png)](https://godoc.org/github.com/gizak/termui) +## Update 23/06/2015 +Pull requests and master branch are freezing, waiting for merging from `refactoring` branch. + ## Notice termui comes with ABSOLUTELY NO WARRANTY, and there is a breaking change coming up (see refactoring branch) which will change the `Bufferer` interface and many others. These changes reduce calculation overhead and introduce a new drawing buffer with better capacibilities. We will step into the next stage (call it beta) after merging these changes.