summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb1ec08..2671fb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+0.4.3
+=====
+ - Switched to C++14
+ - GCC updated to version 6; Clang updated to version 3.8
+ - Fixed calculation of struct's member offset on x32 platform (https://github.com/epam/nfstrace/issues/19)
+ - Fix unaligned access in buffer copies.
+
+0.4.2
+=====
+ - documentation converted to LaTeX format
+ - repository was cleaned up via BFG Repo-Cleaner tool (https://rtyley.github.io/bfg-repo-cleaner/) to reduce the size.
+
0.4.1
=====
- minor bug fixes for Debian platforms;