Create CHANGELOG.MD
Browse files- CHANGELOG.MD +13 -0
CHANGELOG.MD
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Change Log
|
2 |
+
All notable changes to this project will be documented in this file.
|
3 |
+
|
4 |
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5 |
+
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6 |
+
|
7 |
+
## [0.2.0] - 2024-09-22
|
8 |
+
### Added
|
9 |
+
- 제주 방언 <-> 표준어 양방향 변환 기능 구현
|
10 |
+
|
11 |
+
## [0.1.1] - 2024-05-09
|
12 |
+
### Added
|
13 |
+
- 표준어 -> 제주도 방언 변환 기능 구현
|