1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
// License: see LICENSE file at root directory of `master` branch

//! # `0.3.0` _(May 13th, 2019)_
//!
//! ## Changes
//!
//! [`iso_639::Lang`][::iso_639::Lang]: added new function:
//!
//! ```ignore
//! pub fn is_english(&self) -> bool;
//! ```
//!
//! ## Dependencies
//!
//! No dependencies.
//!
//! [::iso_639::Lang]: ../iso_639/struct.Lang.html