~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jamu Kakar
  • Date: 2009-07-28 04:56:32 UTC
  • mfrom: (314.1.1 coalesce-expr)
  • Revision ID: jkakar@kakar.ca-20090728045632-1koi7yeo2egtnnuw
Merged coalesce-expr [r=jamesh,niemeyer] [f=403796]

A new Coalesce expression is available in storm.expr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 - A new Neg expression is available.  It provides unary minus by
31
31
   prepending a minus sign to whatever expression is passed to it
32
32
   (bug #397654 by Michael Hudson).
 
33
 - A new Coalese expressions is available.
33
34
 
34
35
Bug fixes
35
36
---------