Skip to content

Commit

Permalink
Add changelog for v0.2.0
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
qsantos committed Jun 29, 2024
1 parent 4607bdc commit 1208e65
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## v0.2.0

- Fix instead of Japanese full stop (。) being mapped to .-.-..
- Fix ! being encoded as ..--. instead of -.-.--
- Fix Ð being encoded to ..-. instead of ..--.
- Add decoding of Latin extension based on Wikipedia article:
- ---- → Ĥ
- ...-. → Ŝ
- ..--. → Ð
- .-..- → È
- .--.. → Þ
- .---. → Ĵ
- --.-. → Ĝ
- ...-... → Ś
- ...--.. → ß
- Add decoding of numbers (same as standard) and punctuation in Russian:
- ...... → .
- .-.-.- → ,
- ---... → :
- -.-.- → ;
- -.--.- → (
- .----. → '
- .-..-. → "
- -....- → —
- -..-. → /
- ..--.. → ?
- --..-- → !
- -...- → -
- .--.-. → @
- `encode_stream`, `encode_stream_ascii` and `decode_stream` now return `Result<(), std::io::Error>`

## v0.1.0

- Encoding from Unicode to Morse code
Expand Down

0 comments on commit 1208e65

Please sign in to comment.