Skip to content

Commit

Permalink
update CHANGELOG for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmart committed Jun 9, 2015
1 parent 914ed89 commit 813d489
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.0.0.0
- Added support for new RethinkDB 2.0 features (http://rethinkdb.com/blog/2.0-release/)
- switch forEach args to match map
- Added support for ghc 7.10
- use Text instead of String for dbCreate and indexCreate for consistency
- Make Line and Polygon new types

## 1.16.0.0
- Improved the doctests
- Added IPv6 support
- Added support for new RethinkDB 1.16 features (http://rethinkdb.com/blog/1.16-release/)

## 1.15.2.1
- Fix `FromDatum Rational` instance
- Increase upper bound for `network`
Expand Down

0 comments on commit 813d489

Please sign in to comment.