]> Creatis software - gdcm.git/commitdiff
Update ChangeLog
authorjpr <jpr>
Sat, 8 Jan 2005 15:06:59 +0000 (15:06 +0000)
committerjpr <jpr>
Sat, 8 Jan 2005 15:06:59 +0000 (15:06 +0000)
ChangeLog

index c8566bfa06ea5930e76a018939d0812d9a760a1e..8633608d593629cb67e7b8bf53b3c656c2a1fd4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-08 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
+   * 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  <Mathieu.Malaterre@creatis.insa-lyon.fr>
    * 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