From f26890b6416b0215d94c0443a6dc64b8e7cd0bbf Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Fri, 22 Aug 2014 11:50:15 +0200
Subject: [PATCH] ENH: update release notes

---
 RELEASE_NOTES.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5e62dc3212..728e4b8261 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -4,12 +4,19 @@ OTB-v.4.2.0 - Changes since version 4.0 (2014/03/12)
 * Library:
 
   * Core:
+    * Major performance improvment of Haralick Texture computation (6 to 10 times
+      faster)
+    * Add new texture feature (dissimilarity) in ScalarImageToAdvancedTexturesFilter
+    * Improvments of Simulation code in order to be able to use the solar
+      irradiance information when working with spectral responses for simulations.
     * Support Jpeg2000 images through GDAL drivers (can use OpenJpeg, Kakadu, ECW)
     * Reading/Writing RPC coefficients in GeoTIFF tags
     * Cleaning of ITK pending patches
+    * Update internal ITK to 4.6.0
     * Support SPOT6 metadata
     * Integrate improvements from Monteverdi2
     * Support clang 3.5.1
+    * Support MinGW compiler
     * API change on the TOC calibration filters, previous classes were not
       fully functional. Now supports any correction parameters set by user.
       See Examples/Radiometry/AtmosphericCorrectionSequencement.cxx for
-- 
GitLab