From 7b5b1557ff336fda02717f7caf27a7fd07f5ef55 Mon Sep 17 00:00:00 2001 From: "Huabing.Xu" Date: Fri, 30 Jan 2015 14:25:26 +0800 Subject: [PATCH] [ci skip] update releasenotes --- docs/RELEASE_NOTES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 54838904b9..1b7e437e4d 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -13,6 +13,8 @@ - [Windows](#windows) - [Linux](#linux) - [How to start a new game](#how-to-start-a-new-game) +- [v3.4](#v34) + - [Bugs fixed in v3.4](#bugs-fixed-in-v34) - [v3.4rc1](#v34rc1) - [Highlights of v3.4rc1](#highlights-of-v34rc1) - [Features in detail](#features-in-detail) @@ -39,7 +41,7 @@ # Misc Information -* Full Changelog: https://github.com/cocos2d/cocos2d-x/blob/cocos2d-x-3.4rc0/CHANGELOG +* [Full Changelog](https://github.com/cocos2d/cocos2d-x/blob/cocos2d-x-3.4/CHANGELOG) * v3.0 Release Notes can be found here: [v3.0 Release Notes](https://github.com/cocos2d/cocos2d-x/blob/cocos2d-x-3.0/docs/RELEASE_NOTES.md) # Requirements @@ -124,6 +126,13 @@ Run ## How to start a new game Please refer to this document: [ReadMe](../README.md) +# v3.4 +##Bugs fixed in v3.4 +* C++: crash on armeabi-v7a arch device which do not support NEON instructions +* GLProgram: crash on low end device with no more than 8 attributes support +* New audio: game freeze if audio played two many times on android +* Node: anchor point has no effects on rotation +* More bugs fixed # v3.4rc1