+Release XXX
+-----------
+
+Additions:
+* News `logo-new-256.ico` for favicon on website.
+
+Removals:
+
+Changes:
+
+Bugfixes:
+* Fixed missing `use core` in `optional.onyx`.
+ - Fixes `Optional.reset` and `Optional.hash`
+
+
+
+
Release v0.1.0
--------------
This release contains MANY CHANGES because I am terrible at keeping up to date with a
package core
+use core
+
// Optional is helper type that encapsulates the idea of an empty
// value, without resorting to null pointers. Optionals are usually
// provided as a return value from procedures that could fail. There