aboutsummaryrefslogtreecommitdiff
path: root/about/changelog.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-08-27 00:53:33 +0800
committerruki <waruqi@gmail.com>2019-08-26 23:21:18 +0800
commit63398d562bc6c4c5ba7b1e0dcfc5b82efebd2ca9 (patch)
treed422d5d8ef308a13e55be437b257f6a61bd84fc2 /about/changelog.md
parent08d6af8a0f9400b3a0de119728112a45a2ae6a48 (diff)
downloadxmake-docs-63398d562bc6c4c5ba7b1e0dcfc5b82efebd2ca9.tar.gz
xmake-docs-63398d562bc6c4c5ba7b1e0dcfc5b82efebd2ca9.zip
update version
Diffstat (limited to 'about/changelog.md')
-rw-r--r--about/changelog.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/about/changelog.md b/about/changelog.md
index 11468d57..958604c6 100644
--- a/about/changelog.md
+++ b/about/changelog.md
@@ -1,11 +1,11 @@
-## v2.2.8 (unreleased)
+## v2.2.8
### New features
* Add protobuf c/c++ rules
* [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for io module on windows
-* [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake201x` plugin to support call xmake from vs/msbuild
+* [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake` plugin to support call xmake from vs/msbuild
* [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target
* Add filelock for io
* [#513](https://github.com/xmake-io/xmake/issues/513): Support for android/termux
@@ -17,6 +17,11 @@
* [#257](https://github.com/xmake-io/xmake/issues/257): Lock the whole project to avoid other process to access.
* Attempt to enable /dev/shm for the os.tmpdir
* [#542](https://github.com/xmake-io/xmake/pull/542): Improve vs unicode output for link/cl
+* Improve binary bitcode lua scripts in the program directory
+
+### Bugs fixed
+
+* [#549](https://github.com/xmake-io/xmake/issues/549): Fix error caused by the new vsDevCmd.bat of vs2019
## v2.2.7