Skip to content

Commit

Permalink
changes.md: Added changes for 1.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
gawi committed Feb 22, 2018
1 parent 59f2280 commit a75a21e
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Rivr change log

## Version 1.0.10:

### Rivr core

#### Changed

* Using Gradle 4.5.1. JDK 7 is the minimal version to build Rivr. Can still run under Java SE 6.

#### Added

* ErrorStep, LastTurnStep, OutputTurnStep: Added equals and hashCode methods.

#### Removed

* (nothing)

#### Fixed

* Fixed servlet API dependency. Now a "compileOnly" dependency. Should no longer be present in Maven POM files.

### Rivr VoiceXML

#### Changed

* (nothing)

#### Added

* Turn-related entities: Added equals and hashCode methods.

#### Removed

* (nothing)

#### Fixed

* SpeechRecognition: Fixed hashCode and equals methods: now invoking methods of super.

## Version 1.0.9:

### Rivr core
Expand Down

0 comments on commit a75a21e

Please sign in to comment.