From fe05370f6bee1f8d61131cb7f02edc1e4660896d Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 7 Jul 2022 20:30:47 +0300 Subject: [PATCH] remove unstable warning: see #59 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7310f756..ab75b46d 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ The goal of [Accessors.jl](https://github.com/JuliaObjects/Accessors.jl) is to make updating immutable data simple. It is the successor of [Setfield.jl](https://github.com/jw3126/Setfield.jl). -## Warning - -Accessors.jl is currently in an experimental stage. We may introduce breaking changes without clear deprecation path. For a more stable package we recommend [Setfield.jl](https://github.com/jw3126/Setfield.jl). - # Usage Updating immutable data was never easier: ```julia