]> git.lizzy.rs Git - rust.git/blobdiff - CHANGELOG.md
Configurations: fix typos and mismatches
[rust.git] / CHANGELOG.md
index 4b9d82ef7bec85c3eb68834db3e8f80e1da9c6a7..87b54af82994bbef4eb47acccf1b150f82161e1a 100644 (file)
@@ -2,6 +2,9 @@
 
 ## [Unreleased]
 
+- `use_small_heuristics` changed to be an enum and stabilised. Configuration
+  options are now ready for 1.0.
+
 ## [0.4.1] 2018-03-16
 
 ### Added
@@ -94,7 +97,7 @@
 
 ### Changed
 
-- Warn when unkown configuration option is used.
+- Warn when unknown configuration option is used.
 
 ### Fixed