diff --git a/README.md b/README.md
index 9b37316e..159fd2f3 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,15 @@ Tencent QQ group: 309957875
- cross compiler
# Change log
+2015-02-12
+fix float print.
+update spiffs, add file.rename api to file module.
+fix some file system bug. need more tests.
+add support to 8Mbyte, 16Mbyte flash.
+remove node.led() and node.key() api.
+some update to lua_modules and examples.
+build latest pre_build bin.
+
2015-01-27
support floating point LUA.
use macro LUA_NUMBER_INTEGRAL in user_config.h control this feature.
@@ -44,27 +53,6 @@ added LUA examples and modules [by dvv](https://github.com/dvv).
added node.readvdd33() API [by alonewolfx2](https://github.com/alonewolfx2).
build pre_build bin.
-2015-01-24
-migrate to sdk 0.9.5 release.
-tmr.time() now return second(not precise yet).
-build pre_build bin.
-
-2015-01-23
-merge mqtt branch to master.
-build pre_build bin.
-
-2015-01-18
-merge mqtt module to [new branch mqtt](https://github.com/nodemcu/nodemcu-firmware/tree/mqtt) from [https://github.com/tuanpmt/esp_mqtt](https://github.com/tuanpmt/esp_mqtt).
-merge spi module from iabdalkader:spi.
-fix #110,set local port to random in client mode.
-modify gpio.read to NOT set pin to input mode automatic.
-add PATH env with C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\Python27 in eclipse project. resolve #103.
-
-2015-01-08
-fix net.socket:send() issue when multi sends are called.
-*NOTE*: if data length is bigger than 1460, send next packet AFTER "sent" callback is called.
-fix file.read() api, take 0xFF as a regular byte, not EOF.
-pre_build/latest/nodemcu_512k_latest.bin is removed. use pre_build/latest/nodemcu_latest.bin instead.
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki)
diff --git a/pre_build/0.9.5/nodemcu_20150127.bin b/pre_build/0.9.5/nodemcu_20150127.bin
new file mode 100644
index 00000000..17112015
Binary files /dev/null and b/pre_build/0.9.5/nodemcu_20150127.bin differ
diff --git a/pre_build/latest/nodemcu_latest.bin b/pre_build/latest/nodemcu_latest.bin
index 17112015..887e4833 100644
Binary files a/pre_build/latest/nodemcu_latest.bin and b/pre_build/latest/nodemcu_latest.bin differ