Skip to content

Commit 3b61b62

Browse files
authored
Merge pull request #51 from regisb/regisb/get-rid-of-documented_elsewhere
[BD-21] Get rid of the `documented_elsewhere` annotation
2 parents 931254a + a9bee24 commit 3b61b62

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Change Log
1111

1212
.. There should always be an "Unreleased" section for changes pending release.
1313
14+
[0.9.0] - 2020-09-25
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+
* Get rid of the ``documented_elsewhere`` annotation, which is used nowhere
18+
19+
1420
[0.8.0] - 2020-09-10
1521
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1622

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '0.8.0'
5+
__version__ = '0.9.0'

code_annotations/contrib/config/feature_toggle_annotations.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ report_path: reports
55
safelist_path: .annotation_safe_list.yml
66
coverage_target: 50.0
77
annotations:
8-
documented_elsewhere:
9-
- ".. documented_elsewhere:":
10-
- ".. documented_elsewhere_name:":
118
feature_toggle:
129
# See annotation format documentation: https://edx-toggles.readthedocs.io/en/latest/how_to/documenting_new_feature_toggles.html
1310
- ".. toggle_name:":

0 commit comments

Comments
 (0)