Skip to content

Commit e371487

Browse files
committed
add CHANGES.md
1 parent 96527f1 commit e371487

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changes
2+
3+
## 3.0.0
4+
5+
### New features
6+
7+
- Now works without std (`no_std`-enabled), so feel free to use this in your favorite microcontroller :)
8+
9+
### Breaking changes
10+
11+
- Due to `no_std`, `Error` trait isn't supported by `TurkishIdError` anymore
12+
13+
## 2.0.0
14+
15+
### Breaking changes
16+
17+
- Implements `TryFrom` instead of `From`
18+
19+
### Improvements
20+
21+
- Faster validation
22+
23+
## 1.0.0
24+
25+
First stable release

0 commit comments

Comments
 (0)