diff --git a/CHANGELOG.md b/CHANGELOG.md index 386483a..8fce07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Current Development +* Documentation and tiny fixes + +## 1.5.0 + +* Support for PropEr 1.5 +* Support for Elixir 1.18 and Erlang 27 +* Documentation fixes + ## 1.4.2 * Eliminate warnings on dependencies. Thanks to diff --git a/lib/statem_dsl.ex b/lib/statem_dsl.ex index 9e37c11..4f48c0b 100644 --- a/lib/statem_dsl.ex +++ b/lib/statem_dsl.ex @@ -260,7 +260,7 @@ defmodule PropCheck.StateM.DSL do @doc """ _DEPRECATED_ : This module is deprecated, please use - `PropCheck.Statem.ModelDSL` instead. + `PropCheck.StateM.ModelDSL` instead. The optional weights for the command generation. It takes the current model state and returns a map of command/weight pairs. Commands, @@ -291,7 +291,7 @@ defmodule PropCheck.StateM.DSL do @deprecated "This module is deprecated, use `PropCheck.StateM.ModelDSL` instead!" @doc """ _DEPRECATED_ : This module is deprecated, please use - `PropCheck.Statem.ModelDSL` instead. + `PropCheck.StateM.ModelDSL` instead. Defines a new command of the model. diff --git a/mix.exs b/mix.exs index f84e19d..f51a2cd 100644 --- a/mix.exs +++ b/mix.exs @@ -49,7 +49,7 @@ defmodule PropCheck.Mixfile do defp package do [ maintainers: ["Klaus Alfert", "evnu"], - licenses: ["GPL 3.0"], + licenses: ["GPL-3.0-or-later"], links: %{"GitHub" => @source_url} ] end