This is an automated email from the ASF dual-hosted git repository.
tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 29ec2c8484 Update changelog for release
29ec2c8484 is described below
commit 29ec2c8484ff8c197245d9808ce522c450aa0129
Author: Thomas Watson <[email protected]>
AuthorDate: Fri Apr 3 09:33:58 2026 -0500
Update changelog for release
---
scr/changelog.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scr/changelog.txt b/scr/changelog.txt
index a9d0b19d64..935c67f7f0 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -1,4 +1,4 @@
-Changes in 2.2.15
+Changes in 2.2.16
-----------------
** Improvement
* Document Satisfying Condition feature as OSGi R8 specification-compliant
@@ -7,6 +7,7 @@ Changes in 2.2.15
- See
https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html#service.component-satisfying.condition
- Added comprehensive documentation in README.md
- Updated code comments to reflect specification compliance
+ * #486 Stop flooding the scheduled executor with no-op tasks for change
count updates
Changes in 2.2.14
-----------------