Skip to content

Commit

Permalink
Updated revision history.
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Mar 2, 2017
1 parent 7499cfd commit e7cdc6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/08_revision_history.dox
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
DynaMix 1.1.0
=============

- Added (optional) mutation thread safety; in that mutating two different
objects in two different threads is now safe.
- Dropped support for an obscure optimization feature which allowed for the same
mixins and messages to be defined multiple times in multiple modules (i.e. in a
static library linked to those modules)
Expand All @@ -14,7 +12,10 @@ defines a message.
- `obj.implements(unused_msg)` caused a crash
- `unused(obj ...)` cause a crash (instead of exception)
- Crash when only a plugin uses the message

- Added (optional) mutation thread safety; in that mutating two different
objects in two different threads is now safe.
- Added optional additional metrics to object and mixin type data to show the
number of objects and mixins, respectively, of a given type.

DynaMix 1.0.4
=============
Expand Down

0 comments on commit e7cdc6c

Please sign in to comment.