1 # Changelog {#Changelog}
5 # Release 1.10 (07-04-2016)
7 * [49](https://github.com/Eyescale/vmmlib/pull/49):
8 Add lookAt support for 4x4 matrices
9 * Improved API and test coverage
11 # Release 1.9 (02-11-2015)
13 * [35](https://github.com/Eyescale/vmmlib/pull/35):
14 Fix Vector::rotate, cross and compute_normal, add Matrix-from-iter-ctor
15 * [26](https://github.com/Eyescale/vmmlib/pull/26):
16 Clean up Vector::get_sub_vector()
17 * Fix AABB default ctor for unsigned values
18 * [24](https://github.com/Eyescale/vmmlib/pull/24):
19 Extended Vector typedefs
20 * [23](https://github.com/Eyescale/vmmlib/pull/23):
21 Implement Vector::product
23 # Release 1.8 (03-10-2014)
25 * Sanitization of matrix::get_translation API
26 * Compilation options and warnings cleanup
27 * Fix for shadowed member variables