Changes between Version 8 and Version 9 of ReleaseNotes_0.9.2
- Timestamp:
- 12/12/12 05:04:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes_0.9.2
v8 v9 14 14 * Mixins can now be used as proper types, such as the type of a parameter. 15 15 * Fixed: Cannot declare a mix-in inside a namespace. 16 * Fixed: Mixins cannot use the from declaration from of properties.16 * Fixed: Mixins cannot use the `from` declaration form of properties. 17 17 * The `power-to` operator as in `base ** exponent` is now supported. 18 18 * All numeric types work.