Skip to content

Commit 7177b14

Browse files
committed
Update release notes.
1 parent 335a8f4 commit 7177b14

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,12 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach
286286
## Release notes
287287

288288

289-
### [1.6.0](https://github.com/jenetics/jpx/releases/tag/v1.6.0)
289+
### [1.6.1](https://github.com/jenetics/jpx/releases/tag/v1.6.1)
290290

291-
#### Improvements
291+
#### Bugs
292292

293-
* [#87](https://github.com/jenetics/jpx/issues/87): Consistent exception handling. Invalid GPX files, read from file or input stream throwing now an `InvalidObjectException`. (Implemented by [Segelzwerg](https://github.com/Segelzwerg).)
294-
* [#97](https://github.com/jenetics/jpx/issues/97): Implement `Bounds.toBounds()` collector. This collector finds the bounds of a given `Point` stream.
295-
* [#102](https://github.com/jenetics/jpx/issues/102): Add `Point.getInstant` method.
293+
* [#105](https://github.com/jenetics/jpx/issues/105): Location dependent formatting in `LocationFormatter`. (Fixed by [Segelzwerg](https://github.com/Segelzwerg).)
294+
* [#108](https://github.com/jenetics/jpx/issues/108): Make library compileable with Java 13.
295+
* [#110](https://github.com/jenetics/jpx/issues/110): Fix `Bounds.toBounds` collector. Wrong results for only _negative_ points.
296296

297297

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Release notes
22

3+
### [1.6.1](https://github.com/jenetics/jpx/releases/tag/v1.6.1)
4+
5+
#### Bugs
6+
7+
* [#105](https://github.com/jenetics/jpx/issues/105): Location dependent formatting in `LocationFormatter`. (Fixed by [Segelzwerg](https://github.com/Segelzwerg).)
8+
* [#108](https://github.com/jenetics/jpx/issues/108): Make library compileable with Java 13.
9+
* [#110](https://github.com/jenetics/jpx/issues/110): Fix `Bounds.toBounds` collector. Wrong results for only _negative_ points.
10+
311
### [1.6.0](https://github.com/jenetics/jpx/releases/tag/v1.6.0)
412

513
#### Improvements

0 commit comments

Comments
 (0)