From 566a5924392abd72fb82734ede9c1fe1935a0d8a Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 18 Feb 2020 08:46:18 +0200 Subject: [PATCH] Updated the changelog --- Changelog.tmp | 3 --- changelog | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 Changelog.tmp create mode 100644 changelog diff --git a/Changelog.tmp b/Changelog.tmp deleted file mode 100644 index 22dabc035..000000000 --- a/Changelog.tmp +++ /dev/null @@ -1,3 +0,0 @@ -- [FilterS] Removed rals_conns in favor of reading the account directly from DataDB -- [SessionS] Added check for missing CGRevent -- [DiameterAgent] Using String function from diam.Message instead of ToJSON for request String method diff --git a/changelog b/changelog new file mode 100644 index 000000000..b84e517a8 --- /dev/null +++ b/changelog @@ -0,0 +1,9 @@ +cgrates (0.10) UNRELEASED; urgency=medium + + * [FilterS] Removed rals_conns in favor of reading the account + directly from DataDB + * [SessionS] Added check for missing CGRevent + * [DiameterAgent] Using String function from diam.Message instead of + ToJSON for request String method + + -- Alexandru Tripon Tue, 18 Feb 2020 08:44:41 +0200