Skip to content

Commit 55860a7

Browse files
authored
Update README.md
1 parent ee51a1d commit 55860a7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library can convert `java.math.BigDecimal`s into IEEE 754 binary representa
88

99
## Getting started
1010

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:
1212

1313
```xml
1414
<!-- Repository -->
@@ -23,7 +23,7 @@ In order to use the code, you can either [download the jar](https://github.com/S
2323
<dependency>
2424
<groupId>at.syntaxerror</groupId>
2525
<artifactId>ieee754-java</artifactId>
26-
<version>2.1.0</version>
26+
<version>2.1.1</version>
2727
</dependency>
2828
```
2929

@@ -165,6 +165,10 @@ The JavaDoc for the latest version can be found [here](https://javadoc.syntaxerr
165165

166166
## Changelog
167167

168+
### 2.1.1
169+
170+
- Fixed bug with values around the minimum subnormal value becoming 0
171+
168172
### 2.1.0
169173

170174
- Added support for different rounding modes

0 commit comments

Comments
 (0)