Skip to content

Commit fdb8548

Browse files
authored
Merge pull request #445 from PolymathNetwork/module-label-changelog
adding change log for module labeling
2 parents 87252a3 + 781cf9c commit fdb8548

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
# v3.0.0 - Release Candidate
5+
6+
[__3.0.0__](https://www.npmjs.com/package/polymath-core?activeTab=readme) __10-11-18__
7+
8+
## SecurityToken
9+
* Added new function `addModuleWithLabel()` which takes an extra param `_label` that used for giving the customize label to the module for display purpose. #428
10+
* Fixed `addModule` function to be backwards compatible and call the new `addModuleWithLabel` function with an empty label.
11+
* Fixed event `ModuleAdded` to also emit `_label`.
12+
* Fixed function `getModule` to also return the respective module label.
13+
414
# v1.5.0 - Release Candidate
515

616
[__1.5.0__](https://www.npmjs.com/package/polymath-core?activeTab=readme) __15-08-18__
@@ -31,7 +41,9 @@ All notable changes to this project will be documented in this file.
3141
* Add `getReputationOfFactory()` & `getModuleListOfType()` functions to get the array type data from the ModuleRegistry contract.
3242
* Add `_setupCost` in `LogGenerateModuleFromFactory` event.
3343
* Add new function `getAllModulesByName()`, To get the list of modules having the same name. #198.
34-
* Add new function `modifyTickerDetails()`, To modify the details of undeployed ticker. #230
44+
* Add new function `modifyTickerDetails()`, To modify the details of undeployed ticker. #230
45+
46+
3547

3648
## Fixed
3749
* `getAllModulesAndPermsFromTypes()` does not take securityToken address as a parameter anymore.

0 commit comments

Comments
 (0)