Skip to content

Commit

Permalink
Changelog for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Mar 1, 2019
1 parent c2b3872 commit 8089f67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [0.7.0](https://github.com/duecredit/duecredit/tree/0.7.0) (2019-03-01)

- Prevent warnings from the injector's `__del__`.
- InactiveDueCollector in `stub.py` now provides also `active=False`
attribute (so external tools could directly query if duecredit is
active) and no-op `activate` and `dump` for consistent API with a
`due` object whenever `duecredit` is available.
- Provide `Text` citation entry for free form text. It does not have any
meaningful rendering in BibTex but is present in text rendering.
`Url` entry also acquired text rendering with prefix `URL: `.

## [0.6.5](https://github.com/duecredit/duecredit/tree/0.6.5) (2019-02-04)

- Delay import of imports (thanks [Chris Markiewicz (@effigies)](https://github.com/effigies)
Expand Down

0 comments on commit 8089f67

Please sign in to comment.