File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,17 @@ Changelog
10
10
11
11
All notable changes to this project will be recorded in this document. The style of
12
12
which is based on `Keep a Changelog <https://keepachangelog.com/ >`__. The versioning
13
- scheme for the project adheres to `Semantic Versioning <https://semver.org/ >`__.
13
+ scheme for the project adheres to `Semantic Versioning <https://semver.org/ >`__. For
14
+ more info, see the :ref: `Contributor Guide <Create a Changelog Entry >`.
14
15
15
16
16
17
Unreleased
17
18
----------
18
19
19
- Nothing yet...
20
+ Changed:
21
+
22
+ - The name of ``proto `` modules to ``types `` and added a top level ``idom.types `` module
23
+ - :pull: `701 `
20
24
21
25
22
26
0.37.1
Original file line number Diff line number Diff line change @@ -69,10 +69,11 @@ about how to get started. To make a change to IDOM you'll do the following:
69
69
Create a Changelog Entry
70
70
........................
71
71
72
- As part of your pull request, you'll want to edit the :ref: `Changelog ` by adding an
73
- entry describing what you've changed or improved. You should write an entry in the style
74
- of `Keep a Changelog <https://keepachangelog.com/ >`__ that falls under one of the
75
- following categories, and add it to the :ref: `Unreleased ` section of the changelog:
72
+ As part of your pull request, you'll want to edit the `Changelog
73
+ <https://github.com/idom-team/idom/blob/main/docs/source/about/changelog.rst> `__ by
74
+ adding an entry describing what you've changed or improved. You should write an entry in
75
+ the style of `Keep a Changelog <https://keepachangelog.com/ >`__ that falls under one of
76
+ the following categories, and add it to the :ref: `Unreleased ` section of the changelog:
76
77
77
78
- **Added ** - for new features.
78
79
- **Changed ** - for changes in existing functionality.
You can’t perform that action at this time.
0 commit comments