From 1c01fe44b733b4bd30872372c975a21675ae8d75 Mon Sep 17 00:00:00 2001 From: favonia Date: Wed, 30 Mar 2022 17:00:56 -0500 Subject: [PATCH] docs(changelog): add CHANGELOG --- CHANGELOG.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.markdown diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown new file mode 100644 index 0000000..e82cc99 --- /dev/null +++ b/CHANGELOG.markdown @@ -0,0 +1,12 @@ +# [1.1.0](https://github.com/RedPRL/ocaml-bwd/compare/1.0.0...1.1.0) (2022-03-30) + + +### Features + +* enable `tail_mod_cons` ([9497927](https://github.com/RedPRL/ocaml-bwd/commit/9497927c9f794e0f196478267b748b6f2c3a38e7)) + + + +### Deprecations + +* deprecate `concat_map` ([#3](https://github.com/RedPRL/ocaml-bwd/pull/3)) ([6c6efe2](https://github.com/RedPRL/ocaml-bwd/commit/6c6efe2b58fc2212f451d43acd802cf1aa1f03ac))