You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This library can convert `java.math.BigDecimal`s into IEEE 754 binary representa
8
8
9
9
## Getting started
10
10
11
-
In order to use the code, you can either [download the jar](https://github.com/Synt4xErr0r4/ieee754-java/releases/download/2.0.0/ieee754-java-2.1.0.jar), or use the Maven dependency:
11
+
In order to use the code, you can either [download the jar](https://github.com/Synt4xErr0r4/ieee754-java/releases/download/2.0.1/ieee754-java-2.1.1.jar), or use the Maven dependency:
12
12
13
13
```xml
14
14
<!-- Repository -->
@@ -23,7 +23,7 @@ In order to use the code, you can either [download the jar](https://github.com/S
23
23
<dependency>
24
24
<groupId>at.syntaxerror</groupId>
25
25
<artifactId>ieee754-java</artifactId>
26
-
<version>2.1.0</version>
26
+
<version>2.1.1</version>
27
27
</dependency>
28
28
```
29
29
@@ -165,6 +165,10 @@ The JavaDoc for the latest version can be found [here](https://javadoc.syntaxerr
165
165
166
166
## Changelog
167
167
168
+
### 2.1.1
169
+
170
+
- Fixed bug with values around the minimum subnormal value becoming 0
0 commit comments