Skip to content

Commit ce6f91a

Browse files
committed
Update changelog
1 parent 18d758f commit ce6f91a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog for the [`ghc-typelits-extra`](http://hackage.haskell.org/package/ghc-typelits-extra) package
22

3-
# 0.2
3+
# 0.2 *August 19th 2016*
44
* New type-level operations:
55
* `Max`: type-level `max`
66
* `Min`: type-level `min`
77
* `Div`: type-level `div`
88
* `Mod`: type-level `mod`
9+
* `FLog`: floor of logBase
10+
* `Log`: exact integer logBase (i.e. where `floor (logBase b x) ~ ceiling (logBase b x)` holds)
911
* `LCM`: type-level `lcm`
1012
* Fixes bugs:
1113
* `CLog b 1` doesn't reduce to `0`

0 commit comments

Comments
 (0)