Skip to content

Commit 02a10ea

Browse files
prep changelog
1 parent 0fdabc8 commit 02a10ea

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

documentation/ChangeLog.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,24 @@
33
### (NextVersion)
44

55
### 0.3.0
6-
* Fixed: when invoking Rust tools like Cargo, add tool directory to beginning of PATH, not end. (#59)
7-
* Fixed: if build tool reports many error messages, the Eclipse project build will take too long to finish. (#26)
6+
* Added support for Build Targets, based on Cargo build targets.
7+
* Available Build Targets are displayed in the Project Explorer. You can configure which targets are enabled or not for a workspace build. Or run/debug a specific target.
8+
* Top-level Build Targets are: `crate#no-tests` and `crate#tests`. You can run/debug specific Cargo binaries or tests from the context menu of the Build Targets.
9+
* Added Project Build Configuration property page to configure Build Target options.
10+
* Added specific Project Explorer icons for Rust crate elements: the `src`, `test`, `target` folders; the `Cargo.toml` file.
11+
* Added Project Explorer element with Cargo dependency references.
12+
* Added: launch shortcut for a Rust project and Rust integration tests. This is a quick way to create a launch from the Project Explorer context-menu, by selecting either a project, or a Rust test source file in `tests/`, and selecting "Run As" or "Debug As".
13+
* Added new [Configuration](documentation/UserGuide.md#configuration) section in the User Guide. (#46)
814
* Added UserGuide note about using Homebrew GDB in OS X.
9-
* Added specific Project Explorer icons for Rust crate elements such as `src`, `test`, `target` folders, and the `Cargo.toml` file.
10-
* Added Project Explorer element with Cargo unresolved dependencies.
15+
16+
Fixes:
17+
18+
* Fixed: if build tool reports many error messages, the Eclipse project build will take too long to finish. (#26)
1119
* Fixed: Properly parse Racer "END" line syntax, don't show error when this occurs. (#57)
12-
* Fixed #41: Don't show error dialog when Racer fails. Only the editor status line is updated now.
20+
* Fixed: when invoking Rust tools like Cargo, add tool directory to beginning of PATH, not end. (#59)
21+
* Fixed: Don't show error dialog when Racer fails. Only the editor status line is updated now. (#41)
1322
* Fixed: Occasional AssertionFailure when creating new projects in nested locations (project would not show up in Explorer).
14-
* Fixed #46 - RustDT installation documentation is confusing:
15-
* Added new [Configuration](documentation/UserGuide.md#configuration) section in the User Guide.
16-
* Fixed: Arguments field in launch configuration is not multi-line.
17-
* Added support for Build Configurations.
18-
* Available build targets are displayed in the Project Explorer.
19-
You can configure which targets are enabled for a workspace build or not. Or run/debug a specific target.
20-
* Default build targets are: #TODO
21-
* Project Build Configuration property page update to configure build targets.
22-
2323
* Fixed: Arguments field in launch configuration is not multi-line.
24-
* Added: project launch shortcut. Can launch integration tests.
2524

2625
### 0.2.2
2726
▶ Recommended/tested CDT version is now 8.7

0 commit comments

Comments
 (0)