aboutsummaryrefslogtreecommitdiff
path: root/about/changelog.md
diff options
context:
space:
mode:
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