Skip to content

Commit

Permalink
Update README and CHANGELOG for release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenekH committed Jan 9, 2019
1 parent c68233e commit d62e130
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.1.1 - 2019-01-08
* Fixed dependency issue that caused create new class/command here to stop working
* Fixed package auto-detection

## 1.1.0 - 2019-01-07
* Changed Main.kt to Main.java to comply with static requirement of WPILib
* Changed main folder from kotlin to java to allow Main.java to interface with Gradle properly
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Kotlin for FRC is an unofficial companion extension to the official WPILib exten

## Release Notes

### 1.1.1
* Fixed dependency issue that caused create new class/command here to stop working
* Fixed package auto-detection

### 1.1.0
#### Important!
* This version has been tested and approved on a robot. Use this to generate all projects going forward.
Expand All @@ -34,7 +38,4 @@ Kotlin for FRC is an unofficial companion extension to the official WPILib exten
* Addressed Issue #2 and added support for Iterative, Sample, and Timed Robot types

### 0.3.1
* Fixed security hole by removing flatmap-stream dependency

### 0.3.0
* Added a dialog box to clear confusion about when the conversion from Java to Kotlin was complete
* Fixed security hole by removing flatmap-stream dependency

0 comments on commit d62e130

Please sign in to comment.