Skip to content
Snippets Groups Projects
Commit 0da0647e authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

version 1.17.6

parent 42773444
No related branches found
No related tags found
No related merge requests found
YAT history file
1.17.6 (2020/12/16)
===================
Fixes
class StringFormat
Format string begining with '{}' failed to be properly parsed
yat::String was not supported!
1.17.5 (2020/12/07)
===================
......@@ -31,7 +39,7 @@ Additions
YAT_INFO << strfmt.format(12).format(true).format(25.36) << YAT_EOL;
-> see <yat/utils/String.h>
Fix
Fixes
class String & StringUtil
fixed method 'match' that was returned wrong vector of tokens
-> see <yat/utils/String.h>
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.17.6-SNAPSHOT</version>
<version>1.17.6</version>
<packaging>nar</packaging>
<name>YAT</name>
<description>Yet Another Toolkit Library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment