@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog],
6
6
and this project adheres to [ Semantic Versioning] .
7
7
8
8
9
+ ## [ 0.8.0] — 2022-03-15
10
+
11
+ ### Added
12
+
13
+ - Added support for big-endian architectures.
14
+ [ #257 ] ( https://github.com/chfast/intx/pull/257 )
15
+ - Extend endian-specific load/store helpers to work with builtin integer types.
16
+ [ #265 ] ( https://github.com/chfast/intx/pull/265 )
17
+
18
+ ### Changed
19
+
20
+ - The ` addc() ` and ` subc() ` have been optimized with compiler's builtins if available.
21
+ [ #250 ] ( https://github.com/chfast/intx/pull/250 )
22
+ [ #251 ] ( https://github.com/chfast/intx/pull/251 )
23
+ [ #253 ] ( https://github.com/chfast/intx/pull/253 )
24
+ - Fixed and enabled CI testing for architectures other than x86.
25
+ [ #255 ] ( https://github.com/chfast/intx/pull/255 )
26
+ - Small multiplication optimization.
27
+ [ #261 ] ( https://github.com/chfast/intx/pull/261 )
28
+ - Small division optimization.
29
+ [ #263 ] ( https://github.com/chfast/intx/pull/263 )
30
+ - Small comparison operators optimization for the ` uint256 ` type.
31
+ [ #264 ] ( https://github.com/chfast/intx/pull/264 )
32
+
9
33
## [ 0.7.1] — 2022-02-15
10
34
11
35
### Fixed
@@ -124,6 +148,7 @@ and this project adheres to [Semantic Versioning].
124
148
[ #99 ] ( https://github.com/chfast/intx/pull/99 )
125
149
126
150
151
+ [ 0.8.0 ] : https://github.com/chfast/intx/releases/v0.8.0
127
152
[ 0.7.1 ] : https://github.com/chfast/intx/releases/v0.7.1
128
153
[ 0.7.0 ] : https://github.com/chfast/intx/releases/v0.7.0
129
154
[ 0.6.0 ] : https://github.com/chfast/intx/releases/v0.6.0
0 commit comments