aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2010-04-12 18:41:10 +0000
committerLukáš Lalinský <lalinsky@gmail.com>2010-04-12 18:41:10 +0000
commit91f94f593b565e128614d2fa96f30adcf799f2af (patch)
tree98f03cef134b83c7ff27b8b7ab5a703318f7370a /NEWS
parent10e43504100932ddadb8c76a0485e9a8aa2ca315 (diff)
Info about the new toInt method
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114094 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f3a121f..3b5e6dbe 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ TagLib 1.6.3 (Apr 13, 2010)
* Fixed definitions of the TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF macros.
* Fixed upgrading of ID3v2.3 genre frame with ID3v1 code 0 (Blues).
+ * New method `int String::toInt(bool *ok)` which can return whether the
+ conversion to a number was successfull.
TagLib 1.6.2 (Apr 9, 2010)
==========================