config-rs v0.9.0 Release Notes

Release Date: 2018-07-02 // almost 6 years ago
    • Breaking Change: Environment does not declare a separator by default.

      // 0.8.0
      Environment::with_prefix("APP")
      
      // 0.9.0
      Environment::with_prefix("APP").separator("_")
      
    • Add support for INI. #72

    • Add support for newtype structs. #71

    • Fix bug with array set by path. #69

    • Update to nom 4. #63