summaryrefslogtreecommitdiff
path: root/NEWS
blob: 3cea332d443768615f0d536d87281181b53f1bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
0.3.0:

* Context:
  - Change mask_surface() to mask() and
    set_source_surface() to set_source().
  - Add typedef for Matrix, but a real Matrix 
  class would be nice.
* Pattern: Created hierarchy of classes.
* Check for errors in constructors.
* Exception: Rename to logic_error, and throw 
  std::bad_alloc or std::io_base::failure instead 
  when appropriate.
  (Murray Cumming)