@@ -29,7 +29,7 @@ Version 1.6.0
29
29
- New ToSizedEInteger/ToSizedEIntegerIfExact/IsInteger methods in EDecimal, EFloat, and ERational
30
30
- New Create overloads in EFloat and ERational
31
31
- New Min and Max methods in EInteger and ERational
32
- - Bug fixes
32
+ - Issue fixes
33
33
34
34
Version 1.5.1
35
35
@@ -45,7 +45,7 @@ Version 1.5.0
45
45
- ETrapException now has an Errors property that holds all errors that occur at the same time as the primary error.
46
46
- Fixed edge cases when ToShortestString might return an incorrect result.
47
47
- Fixed bug when some ETrapExceptions aren't thrown as they should.
48
- - Other bug fixes.
48
+ - Other issue fixes.
49
49
50
50
Version 1.4.3
51
51
@@ -54,7 +54,7 @@ Version 1.4.3
54
54
55
55
Version 1.4.2
56
56
57
- - Bug fix in the EInteger.CanFitInInt64 method
57
+ - Issue fix in the EInteger.CanFitInInt64 method
58
58
59
59
Version 1.4.1
60
60
@@ -71,7 +71,7 @@ Version 1.4.0
71
71
- Add Copy method to EDecimal, EFloat, and ERational
72
72
- Add CompareToTotalMagnitude overload to EDecimal, EFloat, and ERational
73
73
- Deprecated Odd and ZeroFiveUp rounding modes
74
- - Bug fixes and performance improvements
74
+ - Issue fixes and performance improvements
75
75
76
76
Version 1.3.0:
77
77
@@ -122,7 +122,7 @@ Version 0.5
122
122
123
123
- Moved from .NET Portable to .NET Standard 1.0. Contributed by GitHub user NZSmartie
124
124
- Broke backwards compatibility with .NET Framework 4.0
125
- - Bug fixes
125
+ - Issue fixes
126
126
127
127
Version 0.4:
128
128
@@ -141,7 +141,7 @@ Version 0.3:
141
141
- Used a new division implementation in EInteger
142
142
- Used the new division implementation to optimize conversion
143
143
of huge EIntegers to decimal strings
144
- - Bug fixes
144
+ - Issue fixes
145
145
146
146
Version 0.2.2:
147
147
@@ -168,7 +168,7 @@ Version 0.2:
168
168
add ToEFloat method taking an EContext in EDecimal
169
169
- Added ToShortestString method in EFloat
170
170
- Add UnlimitedHalfEven EContext object
171
- - Bug fixes
171
+ - Issue fixes
172
172
173
173
Version 0.1:
174
174
0 commit comments