Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #221 from m3brown/1.1.4
Browse files Browse the repository at this point in the history
v1.1.4
  • Loading branch information
mehtadev17 committed Aug 26, 2014
2 parents 8d0f521 + 895734d commit 885f4d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.1.4 - 2014-08-26

### Removed

- Disabled the use of large offsets, which are extremely inefficient in mongo
- Offset must be less than 10,000 in HTML requests (7b8d9a9)
- Remove the "last" button in the website pagination (ae91e39)

### Fixed

- Fix loading of derived slices, which had incorrect field titles (aedd275)
- Drakefile for [cfpb/api](https://github.com/cfpb/api) no longer fails in Vagrant environment due to unzip/7z issues (9ecdbe6)
- Fixed mistake in download instructions (c55236c)

## v1.1.3 - 2014-07-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(def git-commit (or (System/getenv "GIT_COMMIT")
(System/getenv "TRAVIS_COMMIT")))

(defproject qu/qu-core "1.1.3"
(defproject qu/qu-core "1.1.4"
:description "qu is an **in-progress** data platform created by the CFPB to
serve their public data sets."
:license {:name "Public Domain"}
Expand Down

0 comments on commit 885f4d9

Please sign in to comment.