Cleaning up the changes made by @vapir.
[arvados.git] / CHANGELOG.md
1 # 0.4.2
2
3 * Fixed incompatibility with Ruby 1.8.7
4
5 # 0.4.1
6
7 * Fixed ancestor checking issue when assigning Autoparse identifiers
8 * Renamed discovery methods to avoid collisions with some APIs
9 * Updated autoparse dependency to avoid JSON bug
10
11 # 0.4.0
12
13 * Replaced httpadapter gem dependency with faraday
14 * Replaced json gem dependency with multi_json
15 * Fixed /dev/null issues on Windows
16 * Repeated parameters now work
17
18 # 0.3.0
19
20 * Updated to use v1 of the discovery API
21 * Updated to use httpadapter 1.0.0
22 * Added OAuth 2 support to the command line tool
23 * Renamed some switches in the command line tool
24 * Added additional configuration capabilities
25 * Fixed a few deprecation warnings from dependencies
26 * Added gemspec to source control
27
28 # 0.2.0
29
30 * Updated to use v1 of the discovery API
31 * Updated to use httpadapter 1.0.0
32 * Added OAuth 2 support to the command line tool
33 * Renamed some switches in the command line tool
34 * Added additional configuration capabilities
35
36 # 0.1.3
37
38 * Added support for manual overrides of the discovery URI
39 * Added support for manual overrides of the API base
40 * Added support for xoauth_requestor_id
41
42 # 0.1.2
43
44 * Added support for two-legged OAuth
45 * Moved some development dependencies into runtime
46
47 # 0.1.1
48
49 * Substantial improvements to the command line interface
50
51 # 0.1.0
52
53 * Initial release