SHA256
1
0
forked from pool/kmplot

KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=99
This commit is contained in:
Wolfgang Bauer
2019-11-29 11:39:57 +00:00
committed by Git OBS Bridge
parent 8dcf0c7358
commit 6eea927ab0
7 changed files with 50 additions and 30 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:37 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* Center-align plot and header table
* Port some deprecated methods
* Add HiDPI support
* Remove foreach in KmPlot in favor of range-based loops
* Fix minor typos
* Implement third derivative and loosen the mesh a bit to calculate the fourth. This should allow to calculate extrema for second derivative right. (kde#304574)
* Make man DocBook XSL compatible
-------------------------------------------------------------------
Thu Nov 7 23:13:09 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>