smaoin-0.3.0.0: NEWS
This file lists the user-visible interesting changes between releases. For a
full list of changes to the source, see the ChangeLog.
smaoin 0.3.0.0 -- 2015-06-18
============================
General, build and documentation changes:
* (None)
New APIs, features and enhancements:
* Add shortcut function `res` for `Resource` construction
* Hide `RealNum` data constructor behind a normalizing function, and add
getters for the `RealNum` fields
* Add Eq and Show instances to several types
Bug fixes:
* (None)
Dependency changes:
* (None)
smaoin 0.2.0.0 -- 2015-06-01
============================
General, build and documentation changes:
* Some compatibility breaking name changes and `Resource` became a newtype
* The link in the package description works now
* Documentation comments were added
New APIs, features and enhancements:
* New unique `Resource`s can be generated. It is an instance of `Random`, and
there is a shortcut function `generateUid` which uses the global random
generator.
Bug fixes:
* (None)
Dependency changes:
* Dependency versions now have no upper bounds
smaoin 0.1.1.2 -- 2015-05-06
============================
General, build and documentation changes:
* (None)
New APIs, features and enhancements:
* (None)
Bug fixes:
* The empty test suite passes now. Its failure prevents the package from
building in build servers - at least NixOS - because they can run the test
suite in addition to building the library. I'll add tests soon too.
Dependency changes:
* (None)
smaoin 0.1.1.1 -- 2015-05-05
============================
General, build and documentation changes:
* (None)
New APIs, features and enhancements:
* (None)
Bug fixes:
* Now RealNum is an actually *working* instance of Eq.
Dependency changes:
* (None)
smaoin 0.1.1.0 -- 2015-05-05
============================
General, build and documentation changes:
* (None)
New APIs, features and enhancements:
* (None)
Bug fixes:
* RealNum wasn't an instance of Eq. Now it is.
Dependency changes:
* (None)
smaoin 0.1.0.0 -- 2015-05-05
============================
General, build and documentation changes:
* (This is the first release, so everything is new)
New APIs, features and enhancements:
* (This is the first release, so everything is a new feature)
Bug fixes:
* (This is the first release and there's no bug tracking yet)
Dependency changes:
* (No dependencies at this point)