From: jpr Date: Sat, 8 Jan 2005 15:06:59 +0000 (+0000) Subject: Update ChangeLog X-Git-Tag: Version1.0.bp~415 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=405ece539626e071bfa8333e84d9561fbec6d81d;p=gdcm.git Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index c8566bfa..8633608d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-08 Jean-Pierre Roux + * According to Benoit's suggestion, and without any objection from anybody + - methods SetxxxByNumber and GetxxxByNumber renamed as Setxxx and Getxxx + - methods Dict::Print() and Dict::PrintByKey() merged into Dict::Print() + - method gdcmDicomDirObject::GetEntry() renamed as + gdcmDicomDirObject::GetEntryHT() to avoid confusion (and compile error) + 2005-01-07 Mathieu Malaterre * Now gdcm::Debug is clearly a copy/paste of VTK approach. You can manipulate you debug/warning message just as c++ streams which make them very convinient