You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Change Log
2
2
3
+
## 1.1.5 / 2019-08-20
4
+
5
+
-[#140](https://github.com/kyuridenamida/atcoder-tools/pull/140) Make example input / output names configurable from EtcConfig
6
+
- Thanks for [@kitagawa-hr](https://github.com/kitagawa-hr/)'s contribution!
7
+
-[#146](https://github.com/kyuridenamida/atcoder-tools/pull/146) Support NIM
8
+
- Thanks for [@chaemon](https://github.com/chaemon/)'s contribution!
9
+
-[#145](https://github.com/kyuridenamida/atcoder-tools/pull/145) Support DLang
10
+
- Thanks for [@penpenpng](https://github.com/penpenpng/)'s contribution!
11
+
-[#148](https://github.com/kyuridenamida/atcoder-tools/pull/148) Fix "codegen" error on Windows
12
+
- Thanks for [@penpenpng](https://github.com/penpenpng/)'s contribution!
13
+
-[#144](https://github.com/kyuridenamida/atcoder-tools/pull/144) Fix Python code generator to generate codes following PEP8
14
+
- Thanks for [@penpenpng](https://github.com/penpenpng/)'s contribution!
15
+
-[#142](https://github.com/kyuridenamida/atcoder-tools/pull/142) Stop using root logger
16
+
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution!
17
+
-[#150](https://github.com/kyuridenamida/atcoder-tools/pull/150) Fix a bug flake8 in .travis.yml doesn't work
18
+
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution!
19
+
3
20
## 1.1.4 / 2019-04-11
4
21
-[#138](https://github.com/kyuridenamida/atcoder-tools/pull/138) Fix a bug that generated main.py is not executable by making source files executable when their codes have shebang
5
22
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution!
0 commit comments