From f4e43641fe686e87dd5038cabbaef70ba04d9eed Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Fri, 3 May 2019 19:42:10 +0100 Subject: [PATCH] Add spacing after code blocks --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e133526..b951eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ > Arx.get('1807.06918v1').version #=> 2 > Arx.get('1807.06918v2').version #=> 2 > ``` + - Adds `ATTRIBUTES` constant for `Paper`, `Author` and `Category` entities, as a list of which attributes are available for the entity. ([#63](https://github.com/eonu/arx/pull/63)) - Remove key-word arguments from `Paper#id` and `Paper#url`. ([#70](https://github.com/eonu/arx/pull/70)) > Previously, `Paper#id` and `Paper#url` accepted a `version` key-word argument, which was a boolean variable indicating whether or not to include the version number in the ID or URL. @@ -29,6 +30,7 @@ > paper.id(true) #=> "cond-mat/9609089v1" > paper.url(true) #=> "http://arxiv.org/abs/cond-mat/9609089v1" > ``` + - Add equality operator (`==`) to entities. ([#68](https://github.com/eonu/arx/pull/68)) #### Minor changes