Skip to content

Commit

Permalink
[I] Add fix for #703 to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobous committed Sep 25, 2019
1 parent 877427d commit 0f3d31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/releases/saros-i_0.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ The current release `0.2.1` is not compatible with the previous Saros/I releases

## Changes

- Fixed [#696](https://github.com/saros-project/saros/issues/696) - Color settings page not loading for Windows users
- Allow project module to be shared
- The project module (i.e. the module that contains the project configuration and is used to load the project) can not be shared through Saros. The project configuration files will be ignored by the session.
- Honor excluded resources
- The Saros session now ignores resources marked as 'excluded' in the IDE. As a result, such resources and activities modifying them won't be shared with other participants.
- Fixed [#696](https://github.com/saros-project/saros/issues/696) - Color settings page not loading on the Windows platform
- Fixed [#703](https://github.com/saros-project/saros/issues/703) - Fix "Use existing module" option failing on the Windows platform

## Features

Expand Down
3 changes: 2 additions & 1 deletion intellij/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
<change-notes>
<![CDATA[
<ul>
<li>Fixed <a href="https://github.com/saros-project/saros/issues/696">#696</a> - Color settings page not loading for Windows users</li>
<li>Allow project module to be shared</li>
<li>Honor excluded resources</li>
<li>Fixed <a href="https://github.com/saros-project/saros/issues/696">#696</a> - Color settings page not loading on the Windows platform</li>
<li>Fixed <a href="https://github.com/saros-project/saros/issues/703">#703</a> - Fix "Use existing module" option failing on the Windows platform</li>
</ul>
<br>
This list only refers to changes included in the latest release.
Expand Down

0 comments on commit 0f3d31d

Please sign in to comment.