Updated changelog

This commit is contained in:
Trial97
2020-02-19 15:35:56 +02:00
committed by Dan Christian Bogos
parent 241272ca31
commit 575dba75c8
2 changed files with 17 additions and 18 deletions

View File

@@ -1,18 +0,0 @@
cgrates (0.10) UNRELEASED; urgency=medium
[ Alexandru Tripon ]
* [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
* [DiameterAgent] Updated 3gp_vendor dictionary
* [Templates] Added new dataconvertor: *ip2hex
[ Voivozeanu Teofil ]
* [AgentRequest] Add support for *group type and correctly overwrite
the values in case of *variable
* [EventReader] Correctly populate ConcurrentRequest from config in
EventReader
-- Alexandru Tripon <alexandru.tripon@itsyscom.com> Tue, 18 Feb 2020 08:44:41 +0200

1
changelog Symbolic link
View File

@@ -0,0 +1 @@
./packages/debian/changelog

View File

@@ -1,3 +1,19 @@
cgrates (0.10.1~dev) 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
* [DiameterAgent] Updated 3gp_vendor dictionary
* [Templates] Added new dataconvertor: *ip2hex
* [AgentRequest] Add support for *group type and correctly overwrite
the values in case of *variable
* [EventReader] Correctly populate ConcurrentRequest from config in
EventReader
-- Alexandru Tripon <alexandru.tripon@itsyscom.com> Wed, 19 Feb 2020 15:22:59 +0200
cgrates (0.10.0) UNRELEASED; urgency=medium
* Creating first stable branch.