diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..6acbf03 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,15 @@ +# Version next + +Changes since 0.1.0: + + * Added a `-C` option that changes the working directory before running the + command. The argument is a WSL path. A `~` component at the start of the + argument is replaced with the user's home directory. (i.e. `$HOME`). + [#2](https://github.com/rprichard/wslbridge/issues/2) + + * The frontend now canonicalizes its path to the `wslbridge-backend` binary. + [#4](https://github.com/rprichard/wslbridge/issues/4) + +# Version 0.1.0 (2016-08-17) + +Initial release