aboutsummaryrefslogtreecommitdiff
path: root/about/changelog.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-08-22 23:01:34 +0800
committerruki <waruqi@gmail.com>2019-08-22 12:09:29 +0800
commit2952258322e3dbbbdd77bd86bb93ad23d9e1dd5c (patch)
tree31b2dd1888541fbf08535da9d8f2b062735cf400 /about/changelog.md
parent0c7483eb5c2148ad1ad77a1d5c9fdcc3eca04a65 (diff)
downloadxmake-docs-2952258322e3dbbbdd77bd86bb93ad23d9e1dd5c.tar.gz
xmake-docs-2952258322e3dbbbdd77bd86bb93ad23d9e1dd5c.zip
update changelog
Diffstat (limited to 'about/changelog.md')
-rw-r--r--about/changelog.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/about/changelog.md b/about/changelog.md
index f64ded9b..11468d57 100644
--- a/about/changelog.md
+++ b/about/changelog.md
@@ -1,4 +1,23 @@
+## v2.2.8 (unreleased)
+
+### 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
+* [#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
+* [#517](https://github.com/xmake-io/xmake/issues/517): Add `add_cleanfiles` api for target
+* [#537](https://github.com/xmake-io/xmake/pull/537): Add `set_runenv` api to override os/envs
+
+### Changes
+
+* [#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
+
## v2.2.7
### New features