------------------
* New ``Price.fromstring`` argument ``decimal_separator`` allows to override
decimal separator for the cases where it is known
(i.e. disable decimal separator detection);
* NTD and RBM unofficial currency names are added;
* quantifiers in regular expressions are made non-greedy, which provides
a small speedup;
* test improvements.