Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Feb 7, 2019
1 parent 46dad0d commit 2673284
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

This plugin has functionality that is common to both ReSharper and Rider. It also contains a plugin for the Unity editor that is used to communicate with Rider. Changes marked with a "Rider:" prefix are specific to Rider, while changes for the Unity editor plugin are marked with a "Unity editor:" prefix. No prefix means that the change is common to both Rider and ReSharper.

## Unreleased (2018.3.2)
* [Commits](https://github.com/JetBrains/resharper-unity/compare/183-eap11-rtm...HEAD)
## 2018.3.3
* [Commits](https://github.com/JetBrains/resharper-unity/compare/183-eap12-rtm...183-eap13-rtm)

### Fixed
- Unity Editor: Fix finding install path from JetBrains Toolbox ([RIDER-24173](https://youtrack.jetbrains.com/issue/RIDER-24173), [#1024](https://github.com/JetBrains/resharper-unity/pull/1024))



## 2018.3.2
* [Commits](https://github.com/JetBrains/resharper-unity/compare/183-eap11-rtm...183-eap12-rtm)
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/26?closed=1)

### Added
Expand Down
9 changes: 8 additions & 1 deletion rider/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@
<change-notes>
<![CDATA[
<p>
<strong>New in 2018.3.3</strong>
<em>Fixed:</em>
<ul>
<li>Unity Editor: Fix finding install path from JetBrains Toolbox (<a href="https://youtrack.jetbrains.com/issue/RIDER-24173">RIDER-24173</a>, <a href="https://github.com/JetBrains/resharper-unity/issues/1024">#1024</a>)</li>
</ul>
</p>
<p>
<strong>New in 2018.3.2</strong>
<em>Added:</em>
<ul>
Expand All @@ -193,7 +200,7 @@
<li>Improve performance of rename and find usages with YAML files (<a href="https://github.com/JetBrains/resharper-unity/issues/983">#983</a>)</li>
<li>Improve performance of typing in YAML files, by incrementally re-parsing only the YAML document that contains the change (<a href="https://github.com/JetBrains/resharper-unity/issues/993">#993</a>)</li>
<li>Remove repeated use of project name from Unity Explorer when under assembly definition (<a href="https://github.com/JetBrains/resharper-unity/issues/982">#982</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/989">#989</a>)</li>
<li>Changed unresolved symbol error in `GetComponent`, `AddComponent` and `ScriptableObject.CreateInstance` to a configurable warning (<a href="https://youtrack.jetbrains.com/issue/RIDER-23429">RIDER-23429</a>, <a href="https://github.com/JetBrains/resharper-unity/issues/1003">#1003</a>)</li>
<li>Changed unresolved symbol error in <tt>GetComponent</tt>, <tt>AddComponent</tt> and <tt>ScriptableObject.CreateInstance</tt> to a configurable warning (<a href="https://youtrack.jetbrains.com/issue/RIDER-23429">RIDER-23429</a>, <a href="https://github.com/JetBrains/resharper-unity/issues/1003">#1003</a>)</li>
</ul>
<em>Fixed:</em>
<ul>
Expand Down

0 comments on commit 2673284

Please sign in to comment.