diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-04-14 16:20:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-04-21 14:32:11 +0300 |
commit | c0beeb5f0b3285fd7b411859bd68d44b472ad034 (patch) | |
tree | a97400a873dd0a5092261cd91675ab3a75bc2d92 /NEWS | |
parent | 079e167e7c62c857e271bda0588064dc4030e337 (diff) |
Add timestamp from_string()
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Version 0.3.0 * Derive a target class from the target triplet for some targets. Currently the classes are: 'linux', 'macosx', 'freebsd', 'windows', and 'other'. + * Implement timestamp from_string(). Version 0.2.0 |