diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-17 22:08:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-17 22:08:29 (GMT) |
commit | 4b54876b7a1d54bb7439a9ef8324a74d1a63acb8 (patch) | |
tree | 1ec8793a758db7b37515da394e25d73d6addc551 /RELEASE_NOTES | |
parent | 2316127e62ba4c4c0e49cd35d869fcaeca357a29 (diff) | |
parent | f71e9cf7922d5d6e28fa52563660bc7eeaa9fbe7 (diff) |
Merge branch 'master' into modulecache
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8d66ad9..a78fa7b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -5,6 +5,8 @@ Features: o Snappier GUI while performing CGAL computations (computations running in separate thread) o The size of the misc. caches can now be adjusted from Preferences o The limit for when to disable OpenCSG can now be adjusted from Preferences +o Added Dot product operator: vec * vec +o Added Matrix multiplication operator: vec * mat, mat * mat Bugfixes: o use'ing an non-existing file sometimes crashed under Windows |