Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Jan 6, 2020
1 parent 335a8f4 commit 7177b14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,12 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach
## Release notes


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

#### Improvements
#### Bugs

* [#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).)
* [#97](https://github.com/jenetics/jpx/issues/97): Implement `Bounds.toBounds()` collector. This collector finds the bounds of a given `Point` stream.
* [#102](https://github.com/jenetics/jpx/issues/102): Add `Point.getInstant` method.
* [#105](https://github.com/jenetics/jpx/issues/105): Location dependent formatting in `LocationFormatter`. (Fixed by [Segelzwerg](https://github.com/Segelzwerg).)
* [#108](https://github.com/jenetics/jpx/issues/108): Make library compileable with Java 13.
* [#110](https://github.com/jenetics/jpx/issues/110): Fix `Bounds.toBounds` collector. Wrong results for only _negative_ points.


8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Release notes

### [1.6.1](https://github.com/jenetics/jpx/releases/tag/v1.6.1)

#### Bugs

* [#105](https://github.com/jenetics/jpx/issues/105): Location dependent formatting in `LocationFormatter`. (Fixed by [Segelzwerg](https://github.com/Segelzwerg).)
* [#108](https://github.com/jenetics/jpx/issues/108): Make library compileable with Java 13.
* [#110](https://github.com/jenetics/jpx/issues/110): Fix `Bounds.toBounds` collector. Wrong results for only _negative_ points.

### [1.6.0](https://github.com/jenetics/jpx/releases/tag/v1.6.0)

#### Improvements
Expand Down

0 comments on commit 7177b14

Please sign in to comment.