Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg committed Oct 20, 2016
1 parent 965d54c commit d89e57d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
This project follows semantic versioning.

### Unpublished
- `[added]` Usable from rust version 1.13.0. There is now a default feature `nightly`, without which
dimensioned does not need a nightly version of the compiler. Note that this makes multiplication
and division not work as well, to the point that you can pretty much only use `Dim` with
primitives.
- `[added]` Usable without libstd. There is now a default feature `std`, without which `libcore`
will be used. This uses some unstable features.
- `[added]` Unit conversion example.
- `[changed]` Removed `Dimensioned` constraint for `D` in `Dim<D, V>`. This enables derived types to work properly. It is a temporary change only until the bug with Rust is fixed. See [issue #6](https://github.com/paholg/dimensioned/issues/6).
- `[added]` Macro for constructing derived units. The derived block of `make_units!` also now works.
- `[changed]` Removed `Dimensioned` constraint for `D` in `Dim<D, V>`. This enables derived types
to work properly. It is a temporary change only until the bug with Rust is fixed. See
[issue #6](https://github.com/paholg/dimensioned/issues/6).
- `[added]` Macro for constructing derived units. The derived block of `make_units!` also now
works.

### 0.5.0 (2015-12-02)
- `[added]` This change log!
Expand Down

0 comments on commit d89e57d

Please # to comment.