Skip to content

Commit

Permalink
Release notes for 18.10.1 (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
etanshaul committed Oct 4, 2018
1 parent 98cb194 commit b370ef4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
# Release notes
This page documents production updates to Cloud Tools for IntelliJ. You can check this page for announcements about new or updated features, bug fixes, known issues, and deprecated functionality.

## 18.10.1

### Added
- Stackdriver Debugger now works with Kotlin projects. [2253](https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2253)

### Fixed
- Fixed IDE exception when Cloud SDK version cannot be parsed. Showing a notification instead. [2259](https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2259)
- Fixed NoSuchMethodError on jdom.Element#detach during legacy App Engine facet migration. [2255](https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2255)
- Fixed issue with Stackdriver Debugger where it would not remember the last Cloud Project selection across multiple run configurations. [2266](https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2266)

## 18.8.1

### Added
Expand Down
27 changes: 27 additions & 0 deletions google-cloud-tools-plugin/change_notes.html
Expand Up @@ -7,6 +7,33 @@
</p>
<br/>

<h2>[18.10.1]</h2>

<h3>Added</h3>
<ul>
<li>Stackdriver Debugger now works with Kotlin projects.
(<a
href="https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2253">#2253</a>)
</li>
</ul>

<h3>Fixed</h3>
<ul>
<li>Fixed IDE exception when Cloud SDK version cannot be parsed. Showing a notification instead.
(<a
href="https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2259">#2259</a>)
</li>
<li>Fixed NoSuchMethodError on jdom.Element#detach during legacy App Engine facet migration.
(<a
href="https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2255">#2255</a>)
</li>
<li>Fixed issue with Stackdriver Debugger where it would not remember the last Cloud Project
selection across multiple run configurations.
(<a
href="https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/2266">#2266</a>)
</li>
</ul>

<h2>[18.8.1]</h2>

<h3>Added</h3>
Expand Down

0 comments on commit b370ef4

Please sign in to comment.