Skip to content

Commit

Permalink
Add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 23, 2020
1 parent 5d3b777 commit 0bc2dc9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,25 +314,22 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach

## Release notes

### [2.0.0](https://github.com/jenetics/jpx/releases/tag/v2.0.0)
### [2.1.0](https://github.com/jenetics/jpx/releases/tag/v2.1.0)

#### Improvements

* [#68](https://github.com/jenetics/jpx/issues/68): Remove deprecated methods.
* [#113](https://github.com/jenetics/jpx/issues/113): Upgrade to Java 11.

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

#### Improvements
* [#128](https://github.com/jenetics/jpx/issues/128): Added Java Module System support ([Adito5393](https://github.com/Adito5393)).
* [#132](https://github.com/jenetics/jpx/issues/132): Convert Gradle build scripts from Groovy to Kotlin.
* [#134](https://github.com/jenetics/jpx/issues/134): Make distance calculation more stable.

* [#116](https://github.com/jenetics/jpx/issues/116): Create `XMLProvider` SPI, which allows to change the used XML implementation. (Implemented by [avianey](https://github.com/avianey).)
#### Bugs

### [1.6.1](https://github.com/jenetics/jpx/releases/tag/v1.6.1)
* [#129](https://github.com/jenetics/jpx/issues/129): Fixed spelling of build script name ([marcusfey](https://github.com/marcusfey)).

#### Bugs
### [2.0.0](https://github.com/jenetics/jpx/releases/tag/v2.0.0)

* [#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.
#### Improvements

* [#68](https://github.com/jenetics/jpx/issues/68): Remove deprecated methods.
* [#113](https://github.com/jenetics/jpx/issues/113): Upgrade to Java 11.

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

### [2.1.0](https://github.com/jenetics/jpx/releases/tag/v2.1.0)

#### Improvements

* [#128](https://github.com/jenetics/jpx/issues/128): Added Java Module System support ([Adito5393](https://github.com/Adito5393)).
* [#132](https://github.com/jenetics/jpx/issues/132): Convert Gradle build scripts from Groovy to Kotlin.
* [#134](https://github.com/jenetics/jpx/issues/134): Make distance calculation more stable.

#### Bugs

* [#129](https://github.com/jenetics/jpx/issues/129): Fixed spelling of build script name ([marcusfey](https://github.com/marcusfey)).

### [2.0.0](https://github.com/jenetics/jpx/releases/tag/v2.0.0)

#### Improvements
Expand Down

0 comments on commit 0bc2dc9

Please sign in to comment.