diff NEWS @ 211:b7aea293b965

list of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2012 09:56:46 +0100
parents 7f74209ea0f8
children 8098448bd827
line wrap: on
line diff
--- a/NEWS	Wed Nov 28 18:03:44 2012 +0100
+++ b/NEWS	Thu Nov 29 09:56:46 2012 +0100
@@ -4,12 +4,16 @@
 Major changes
 -------------
 
-* Full refactoring of the DB schema
-* Generate a sample configuration file from command line
+* Full refactoring of the DB schema and of the REST API
+* Introduction of generic classes for REST APIs (in Core/RestApi)
+* The patient/study/series/instances are now indexed by SHA-1 digests
+  of their DICOM Instance IDs (and not by UUIDs anymore): The same
+  DICOM objects are thus always identified by the same Orthanc IDs
 
 Minor changes
 -------------
 
+* Generate a sample configuration file from command line
 * "CompletedSeries" event in the changes API
 * Thread to continuously flush DB to disk (robustness against reboots)