Skip to content

Commit

Permalink
Updated change log for 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gawi committed May 21, 2014
1 parent c1562bb commit 7e89ab7
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,51 @@
# Rivr change log

## Version 1.0.3:

### Rivr core

#### Changed

* (nothing)

#### Added

* New mechanism to query version number of Rivr.
* DialogueServlet: Added loggers for servlet itself and for responses.

#### Removed

* (nothing)

#### Fixed

* DialogueServlet: destroy() called on initialization error.
* DialogueServlet: Stopping session container on shutdown.
* DialogueServlet: Fixed leak caused by MDC (slf4j) stored in a ThreadLocal.

### Rivr VoiceXML

#### Changed

* build.gradle: Updated run-time dependency: org.glassfish:javax.json:1.0.4.

#### Added

* (nothing)

#### Removed

* (nothing)

#### Fixed

* Fixed problem preventing a variable declaration not to have an initial value.

## Version 1.0.2:

### Rivr core

####
#### Changed

* (nothing)

Expand Down

0 comments on commit 7e89ab7

Please sign in to comment.