Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Jan 19, 2022
1 parent 9ae4d95 commit 4e99ed7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

Raphael Beck, the 9th of October, 2020

---
Expand All @@ -13,3 +15,17 @@ that I've applied, in order of importance/relevance:
* Adapted readme.md accordingly.
* Implemented C# wrapper class.
* Added this CHANGELOG file.

---

Raphael Beck, the 19th of January, 2022

---

* Added `.appveyor.yml`
* Added build and test shell scripts (both for Windows and Linux/Mac)
* Added feature flag to `CMakeLists.txt` for preventing potentially unnecessary `NULL`-checks
* Reformatted src code files (using a .clang-format file)
* * Aesthetic reasons only
* Simplified verify function a little bit
* * Rearranged the boolean logic parts to slightly reduce branching

0 comments on commit 4e99ed7

Please sign in to comment.