Skip to content

Commit

Permalink
barectf v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
  • Loading branch information
eepp committed Oct 17, 2017
1 parent 2b8fd17 commit 1249f43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# barectf 2 changelog

## barectf v2.3.0

**Features**:

* Add tracing activity and tracing section API to check whether or not
the traced thread is currently within a barectf tracing function and
to enable or disable tracing.

**Tests**:

* Add tox configuration.

**Fixes**:

* Fix various testing infrastructure issues.
* Fix generated `bitfield.h` big-endian macros.


## barectf v2.2.1

**Minor improvements**:
Expand Down
2 changes: 1 addition & 1 deletion barectf/__init__.py
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

__version__ = '2.2.1'
__version__ = '2.3.0'


def _split_version_suffix():
Expand Down

0 comments on commit 1249f43

Please sign in to comment.