Skip to content

Commit

Permalink
adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arminbalalaie committed Apr 3, 2019
1 parent 26825a6 commit e32d248
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ called when a specific stack trace is present.

.. toctree::
:caption: Table of Contents
:maxdepth: 2
:maxdepth: 1
:glob:

pages/prereq
Expand All @@ -33,4 +33,5 @@ called when a specific stack trace is present.
pages/runseq
pages/newnode
pages/jvmservice
pages/docker
pages/docker
pages/changelog
12 changes: 12 additions & 0 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=========
Changelog
=========

v 0.2.0
=======

* Ability to impose network delay and loss in a node
* Scala support for Run Sequence Instrumentation Engine
* The runner is now thread-safe and multiple test cases can run in parallel and in different threads
* Stack matcher now matches against the right order of traces in a stack trace instead of the exact given indices
* New nodes can be added based on a pre-defined service and using a limited node builder after a deployment is started

0 comments on commit e32d248

Please sign in to comment.