@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
### Added
7
+ ### Changed
8
+ ### Deprecated
9
+ ### Removed
10
+ ### Fixed
11
+ ### Security
12
+
13
+ ## [ 0.5.0] - 2017-12-18
14
+ ### Added
7
15
- Add architecture emulator class.
8
16
- Add support for Travis CI.
9
17
- Add tests for the ` smt ` package.
@@ -24,8 +32,6 @@ All notable changes to this project will be documented in this file.
24
32
- Update ` ARM ` architecural information.
25
33
- Refactor ` emulate ` method to support ` x86_64 ` , ` ARM ` and ` Thumb ` code.
26
34
27
- ### Deprecated
28
-
29
35
### Fixed
30
36
- Add ` BAL ` and ` BGT ` to the list of ARM branch instructions.
31
37
- Fix Capstone installation issues.
@@ -36,8 +42,6 @@ All notable changes to this project will be documented in this file.
36
42
- Remove deprecated ` barf-install-solver.sh ` script.
37
43
- Remove ` smtlibv2.py ` module dependency from ` PySymEmu ` .
38
44
39
- ### Security
40
-
41
45
## [ 0.4.0] - 2017-04-10
42
46
### Added
43
47
- Update ` README ` to include new command line options for all BARF tools.
@@ -132,7 +136,8 @@ All notable changes to this project will be documented in this file.
132
136
### Added
133
137
- First release.
134
138
135
- [ Unreleased ] : https://github.com/programa-stic/barf-project/compare/v0.4.0...master
139
+ [ Unreleased ] : https://github.com/programa-stic/barf-project/compare/v0.5.0...master
140
+ [ 0.5.0 ] : https://github.com/programa-stic/barf-project/compare/v0.4.0...v0.5.0
136
141
[ 0.4.0 ] : https://github.com/programa-stic/barf-project/compare/v0.3...v0.4.0
137
142
[ 0.3 ] : https://github.com/programa-stic/barf-project/compare/v0.2.1...v0.3
138
143
[ 0.2.1 ] : https://github.com/programa-stic/barf-project/compare/v0.2...v0.2.1
0 commit comments