summaryrefslogtreecommitdiff
path: root/old/NEWS.embryo
blob: 5b0201b89857847ed6a35126e8947bb8f8882889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Embryo 1.8.0

Changes since Embryo 1.7.0:
---------------------------

Fixes:

    * Fix windows utf8 shitepsace parse issue.

Changes since Embryo 1.2.0:
---------------------------

Fixes:

    * Fix divide by 0 n FP support to avoid FPE.

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