From 0808cf3a62e625fdf1898ca79d02b103634b8ab6 Mon Sep 17 00:00:00 2001 From: niveathika Date: Mon, 9 Oct 2023 13:22:23 +0530 Subject: [PATCH 1/2] Update changelog history --- changelog.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 534aeca..1821382 100644 --- a/changelog.md +++ b/changelog.md @@ -3,13 +3,26 @@ This file contains all the notable changes done to the Ballerina TCP package thr ## [Unreleased] +- [Make `createIntInRange` work for full int range ](https://github.com/ballerina-platform/ballerina-standard-library/issues/4744) + +## [1.5.0] - 2023-09-15 + +### Added +- Make Java17 compatible + +## [1.4.0] - 2023-06-30 + +### Added +- Make GraalVM compatible + +## [1.3.1] - 2022-11-29 + ### Changed - [API docs updated](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463) -- [Make `createIntInRange` work for full int range ](https://github.com/ballerina-platform/ballerina-standard-library/issues/4744) ## [1.3.0] - 2022-05-30 -### Updated +### Changed - [Re-implement Random module in Ballerina](https://github.com/ballerina-platform/ballerina-standard-library/issues/2661) - [Update createDecimal function to be cryptographically secure](https://github.com/ballerina-platform/ballerina-standard-library/issues/2876) From 22a768992d366bd331da4d9cbc0eda0af7ef59cb Mon Sep 17 00:00:00 2001 From: niveathika Date: Mon, 9 Oct 2023 13:24:10 +0530 Subject: [PATCH 2/2] Add missing headings --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 1821382..d607dd4 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ This file contains all the notable changes done to the Ballerina TCP package thr ## [Unreleased] +### Added + +### Changed + - [Make `createIntInRange` work for full int range ](https://github.com/ballerina-platform/ballerina-standard-library/issues/4744) ## [1.5.0] - 2023-09-15