Version 2.0.2
- Major fix to a bug on versions 2.0.0 and 2.0.1
- Use object templating.
- Use camelCase for function names.
- Add precompiler speed optimizations
- Windowing factors storage
- Wiki
What's Changed
- Fix compile error on Arduino due to small_type by @HorstBaerbel in #50
- Fixed compilation with -Wextra by @drzony in #59
- Reordered variables in a class to fix -Werror=reorder by @blaz-r in #68
- Make the sqrt_internal macro customisable by @FintasticMan in #83
- Version 2.0 from develop branch by @kosme in #91
- Reapply PR 83 and fix typos in examples by @kosme in #94
- Version 2.0.2. Patch for issues 92/93 by @kosme in #95
New Contributors
- @HorstBaerbel made their first contribution in #50
- @drzony made their first contribution in #59
- @blaz-r made their first contribution in #68
- @FintasticMan made their first contribution in #83
Full Changelog: 1.6.2...v2.0.2