Skip to content

Commit 0bc2dc9

Browse files
committed
Add release notes.
1 parent 5d3b777 commit 0bc2dc9

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -314,25 +314,22 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach
314314

315315
## Release notes
316316

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

319319
#### Improvements
320320

321-
* [#68](https://github.com/jenetics/jpx/issues/68): Remove deprecated methods.
322-
* [#113](https://github.com/jenetics/jpx/issues/113): Upgrade to Java 11.
323-
324-
### [1.7.0](https://github.com/jenetics/jpx/releases/tag/v1.7.0)
325-
326-
#### Improvements
321+
* [#128](https://github.com/jenetics/jpx/issues/128): Added Java Module System support ([Adito5393](https://github.com/Adito5393)).
322+
* [#132](https://github.com/jenetics/jpx/issues/132): Convert Gradle build scripts from Groovy to Kotlin.
323+
* [#134](https://github.com/jenetics/jpx/issues/134): Make distance calculation more stable.
327324

328-
* [#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).)
325+
#### Bugs
329326

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

332-
#### Bugs
329+
### [2.0.0](https://github.com/jenetics/jpx/releases/tag/v2.0.0)
333330

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

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

RELEASE_NOTES.md

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

3+
### [2.1.0](https://github.com/jenetics/jpx/releases/tag/v2.1.0)
4+
5+
#### Improvements
6+
7+
* [#128](https://github.com/jenetics/jpx/issues/128): Added Java Module System support ([Adito5393](https://github.com/Adito5393)).
8+
* [#132](https://github.com/jenetics/jpx/issues/132): Convert Gradle build scripts from Groovy to Kotlin.
9+
* [#134](https://github.com/jenetics/jpx/issues/134): Make distance calculation more stable.
10+
11+
#### Bugs
12+
13+
* [#129](https://github.com/jenetics/jpx/issues/129): Fixed spelling of build script name ([marcusfey](https://github.com/marcusfey)).
14+
315
### [2.0.0](https://github.com/jenetics/jpx/releases/tag/v2.0.0)
416

517
#### Improvements

0 commit comments

Comments
 (0)