Updated README to inform about the next branch

This commit is contained in:
kobalicek
2016-09-13 00:53:15 +02:00
parent 6467c73ddf
commit a7d3c757e4

View File

@@ -8,6 +8,11 @@ Complete x86/x64 JIT and Remote Assembler for C++.
* [Official Chat (gitter)](https://gitter.im/kobalicek/asmjit) * [Official Chat (gitter)](https://gitter.im/kobalicek/asmjit)
* [Permissive ZLIB license](./LICENSE.md) * [Permissive ZLIB license](./LICENSE.md)
News
----
For all new users - please use asmjit:next branch instead of asmjit:master if you are starting with AsmJit and want to use a new API, which is not backward compatible with current master. Asmjit:next is still in development, but the main refactorization already happened, so if it breaks it will be minor changes.
Introduction Introduction
------------ ------------