Merge remote-tracking branch 'remotes/origin/upstream'
[framework/uifw/embryo.git] / NEWS
diff --git a/NEWS b/NEWS
index e69de29..a71cf67 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,39 @@
+Embryo 1.2.0
+
+Changes since Embryo 1.1.0:
+---------------------------
+
+Additions:
+
+    * exotic support
+    * asin()
+    * acos()
+    * atan()
+    * atan2()
+    * log1p()
+    * cbrt()
+    * exp(),
+    * exp2()
+    * hypot()
+    * EMBRYO_12
+    
+Fixes:
+
+    * windows compilation support
+
+Improvements:
+
+    * exotic support
+    
+Changes since Embryo 1.0.0:
+---------------------------
+
+Fixes:
+
+    * on windows use fseek instead of rewind as rewind doesn't exist on wince
+    * delete tmp files on windows
+
+Improvements:
+
+    * make embryo_cc use eina_prefix to determine installation location
+