You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2022/07/17 14:35:06 UTC

[celix] branch fix-changes updated: Fix indentation for CHANGES.md

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch fix-changes
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/fix-changes by this push:
     new 4f82b1e9 Fix indentation for CHANGES.md
4f82b1e9 is described below

commit 4f82b1e9b5552adb1f2ea6f928fd91e2e3dccfcd
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Sun Jul 17 16:34:59 2022 +0200

    Fix indentation for CHANGES.md
---
 CHANGES.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index f620ade2..5cb40834 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,9 +19,9 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-# Noteworthy changes for 2.3.0 (TBD)
+# Noteworthy changes for 2.3.0 (2022-07-10)
 
-# New Features
+## New Features
 
  - Support for Conan package manager
  - Async api to (un0)register services, track services, track bundles and create/remove components.
@@ -31,7 +31,7 @@ limitations under the License.
  - C++ Remote Service Admin (experimental)
  - Refactored LogAdmin
 
-# Improvements
+## Improvements
 
  - Build
    - multi build type support 
@@ -55,13 +55,13 @@ limitations under the License.
    - Wire protocol service support
    - Refactored message serialization
 
-# Fixes
+## Fixes
 
  - Too many to mention
 
 # Changes for 2.2.1 (2020-05-10)
 
-# Fixes
+## Fixes
 
 - Fixes etcdlib CMake setup to that etcdlib can be build as a separate project