Skip to content

Commit 8da3102

Browse files
committed
issue #50
1 parent b61b81f commit 8da3102

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
1.0.1 (2014-09-XX)
5+
++++++++++++++++++
6+
7+
- Fixed: `Issue #50 <https://github.com/maxtepkeev/python-redmine/issues/50>`__ (IssueJournal's
8+
``notes`` attribute was converted to Note resource by mistake, bug was introduced in v1.0.0)
9+
410
1.0.0 (2014-09-22)
511
++++++++++++++++++
612

redmine/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def __repr__(self):
513513

514514
class IssueJournal(_Resource):
515515
redmine_version = '1.0'
516+
_unconvertible = ('notes',)
516517

517518
def __str__(self):
518519
return str(self.id)

0 commit comments

Comments
 (0)