Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Aug 19, 2016
1 parent 18d758f commit ce6f91a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog for the [`ghc-typelits-extra`](http://hackage.haskell.org/package/ghc-typelits-extra) package

# 0.2
# 0.2 *August 19th 2016*
* New type-level operations:
* `Max`: type-level `max`
* `Min`: type-level `min`
* `Div`: type-level `div`
* `Mod`: type-level `mod`
* `FLog`: floor of logBase
* `Log`: exact integer logBase (i.e. where `floor (logBase b x) ~ ceiling (logBase b x)` holds)
* `LCM`: type-level `lcm`
* Fixes bugs:
* `CLog b 1` doesn't reduce to `0`
Expand Down

0 comments on commit ce6f91a

Please sign in to comment.