Skip to content

Commit

Permalink
Add v2_3_0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Jul 8, 2020
1 parent cbe97fe commit b572924
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions doc/release/v2_3_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
blocktest 2.3.0 (2020-07-09) {#v2_3_0}
============================


blocktest 2.3.0 Release Notes
=============================

Important Changes
---------------------------
- Added the possibility to run `blocktestrunner` and `Scriptbuilder` from any directory. For doing that just export blocktest executables locations in the `PATH` env var and the `BLOCKTEST_RESOURCE_PATH` pointing where all the blocktest plugins are installed with their `xmltemplate` folders.
- Added `YCM` as dependency, this allowed to remove some cmake helpers became obsolete.


New Features
-------------------
- Added `tableVarible` class.
- Added `ActionWriteSerial` class.
- Added `ActionPrint` class.
- Added the possibility to log with the unix timestamp.

Bug Fixes
--------------

- Fixed if only one test in parallel is running
- Fixed the relative logging time.
- Fixed the cmake target exportation
- Fixed the relative paths in the libs installed.


Contributors
------------------

This is a list of people that contributed to this release (generated from the
git history using `git shortlog -ens --no-merges v2.2.0..v2.3.0`):

```
33 Luca Tricerri <[email protected]>
27 Nicolò Genesio <[email protected]>
```

0 comments on commit b572924

Please sign in to comment.