From 4ba397c1262dcb24e9ae448015a71dbc87b8de7e Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Sat, 2 Apr 2016 10:02:29 +0100 Subject: [PATCH 1/3] Clarify stabilty guarantees; drop 'proof of concept' and 'experimental'. --- README.md | 3 +-- docs/src/site/index.md | 19 +++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8903763812..c85f960907 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ ### Overview -Cats is a proof-of-concept library intended to provide abstractions -for functional programming in Scala. +Cats is a library intended to provide abstractions for functional programming in Scala. The name is a playful shortening of the word *category*. diff --git a/docs/src/site/index.md b/docs/src/site/index.md index 262ce21457..9941044fdd 100644 --- a/docs/src/site/index.md +++ b/docs/src/site/index.md @@ -3,16 +3,15 @@ layout: default title: "Home" section: "home" --- -Cats is an experimental library intended to provide abstractions for -functional programming in the -[Scala programming language](https://scala-lang.org). The name is a -playful shortening of the word *category*. - -

Cats is currently an experimental - project under active development. Feedback and - contributions are welcomed as we look to improve the project. This - project is evolving quickly and we currently make no guarantees about what - might drastically change in the near future.

+Cats is a library intended to provide abstractions for functional +programming in the [Scala programming language](https://scala-lang.org). +The name is a playful shortening of the word *category*. + +

Cats is a new project under active + development. Feedback and contributions are welcomed as we look + to improve the it. This project is evolving quickly and we are making no + guarantees about stability until a 1.0 release is made (current est. + around Q3 2016).

From 2a4c0183940d285fe8614932e0490c0d1a045382 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Sat, 2 Apr 2016 10:54:25 +0100 Subject: [PATCH 2/3] Fixed typo. --- docs/src/site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/site/index.md b/docs/src/site/index.md index 9941044fdd..ca7f7b725c 100644 --- a/docs/src/site/index.md +++ b/docs/src/site/index.md @@ -9,7 +9,7 @@ The name is a playful shortening of the word *category*.

Cats is a new project under active development. Feedback and contributions are welcomed as we look - to improve the it. This project is evolving quickly and we are making no + to improve it. This project is evolving quickly and we are making no guarantees about stability until a 1.0 release is made (current est. around Q3 2016).

From dfe9a567cff2a6a6737e4178a3e5000e8023932e Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Sat, 2 Apr 2016 13:57:02 +0100 Subject: [PATCH 3/3] Actions trump intentions. --- README.md | 2 +- docs/src/site/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85f960907..b10091d2f3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Overview -Cats is a library intended to provide abstractions for functional programming in Scala. +Cats is a library which provides abstractions for functional programming in Scala. The name is a playful shortening of the word *category*. diff --git a/docs/src/site/index.md b/docs/src/site/index.md index ca7f7b725c..b43c1f3671 100644 --- a/docs/src/site/index.md +++ b/docs/src/site/index.md @@ -3,7 +3,7 @@ layout: default title: "Home" section: "home" --- -Cats is a library intended to provide abstractions for functional +Cats is a library which provides abstractions for functional programming in the [Scala programming language](https://scala-lang.org). The name is a playful shortening of the word *category*.