Skip to content

Commit

Permalink
Doc: Prepare 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
telk5093 committed May 9, 2021
1 parent 836a394 commit d83a19c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.1.0
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0
-----
* 수정: 잘못된 코딩 방식 교정 [#17]
- JGRPP 0.41.1에서 발생하던 오류 교정
- 1.10.x 및 1.11.x 등의 다양한 버전에서 잘못된 그래픽을 교체하던 현상 교정

1.0.3
-----
* 수정: 폐색/사전 신호기에 경로 탐색 제한을 걸면 신호기가 돌아감 [#16]
Expand Down
2 changes: 1 addition & 1 deletion ko_signal_set.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ grf {
name : string(STR_GRF_NAME_WITH_VER);
desc : string(STR_GRF_DESC);
url : string(STR_GRF_URL);
version : 3;
version : 4;
min_compatible_version : 1;

param 1 {
Expand Down

0 comments on commit d83a19c

Please sign in to comment.