Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Commit 639883e

Browse files
committed
Updated CHANGELOG
1 parent 0b0c35f commit 639883e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1+
# 0.2.0
2+
3+
Major changes, front-end and back.
4+
5+
- Added `is_alias` function
6+
- `from_*` functions excluding `from_*_node` now return MIME, not Option<MIME>
7+
- New feature flag: `staticmime`. Changes type of MIME from String to &'static str
8+
- Bundled magic file, so it works on Windows as well.
9+
- Split `fdo_magic` checker into `fdo_magic::sys` and `fdo_magic::builtin`
10+
- `len` argument removed from `*_u8` functions
11+
- Tests and benchmarks added.
12+
- Fixed horribly broken logic in `fdo_magic` checker
13+
- Checks the most common types before obscure types
14+
- Changed hasher to `fnv`.
15+
- Added support for handling aliases in input
16+
- `tmagic` command has more features
17+
- Major speed improvements
18+
119
# 0.1.1
220

321
- *Changed public interface*: Added `from_u8` export function
4-
- *Changed public interface*: Changed len argument for `u8` functions from `u32` to `usize`.
22+
- *Changed public interface*: Changed len argument for `u8` functions from `u32` to `usize`
523
- Minor speed improvements in `fdo_magic` checker
624

725

0 commit comments

Comments
 (0)