From d62e13029cd3931618ab0daf78e58cd1f404880d Mon Sep 17 00:00:00 2001 From: MetaHerobrine1 Date: Tue, 8 Jan 2019 17:06:12 -0700 Subject: [PATCH] Update README and CHANGELOG for release 1.1.1 --- CHANGELOG.md | 4 ++++ README.md | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600a43f..2929530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b58d766..acf5717 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 \ No newline at end of file +* Fixed security hole by removing flatmap-stream dependency \ No newline at end of file