Skip to content

Commit 738276a

Browse files
committed
added changelogs
1 parent aa7c272 commit 738276a

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
* ise
5+
* Modified connect
6+
* added better logging for ise.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Only one changelog file per pull request. Combine these two templates where applicable.
2+
3+
Templates
4+
=========
5+
6+
--------------------------------------------------------------------------------
7+
New
8+
--------------------------------------------------------------------------------
9+
* <Module>
10+
* <Added|Modified> <Class>:
11+
* <Explanation>
12+
13+
--------------------------------------------------------------------------------
14+
Fix
15+
--------------------------------------------------------------------------------
16+
* <Module>
17+
* <Added|Modified|Removed> <Class>:
18+
* <Explanation>
19+
20+
Examples
21+
========
22+
23+
--------------------------------------------------------------------------------
24+
New
25+
--------------------------------------------------------------------------------
26+
* feature
27+
* Modified Connect:
28+
* Change var to variable
29+
* Updated regex pattern <p1> to accommodate various outputs.
30+
* Added keys <key3>, <key4> into the schema.

0 commit comments

Comments
 (0)