File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22layout : default
33title : Changelog
4+ permalink : /changelog/
45---
56
67# Changelog
@@ -13,7 +14,7 @@ This changelog focuses on:
1314- Protocol structural changes
1415- Breaking changes
1516
16- ## [ Unreleased ]
17+ ## [ 2025-06-24 ]
1718
1819### Added
1920- JSON Schema definitions for all TAP message types in ` /schemas/ ` directory
@@ -182,4 +183,4 @@ This changelog focuses on:
182183---
183184
184185The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
185- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) for protocol versions.
186+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) for protocol versions.
Original file line number Diff line number Diff line change 3434 < li > < a href ="{{ '/' | relative_url }} " class ="nav-link {% if page.url == '/' %}active{% endif %} "> Home</ a > </ li >
3535 < li > < a href ="{{ '/overview/' | relative_url }} " class ="nav-link {% if page.url == '/overview/' %}active{% endif %} "> Overview</ a > </ li >
3636 < li > < a href ="{{ '/messages/' | relative_url }} " class ="nav-link {% if page.url == '/messages/' %}active{% endif %} "> Message Reference</ a > </ li >
37+ < li > < a href ="{{ '/developers/' | relative_url }} " class ="nav-link {% if page.url == '/developers/' %}active{% endif %} "> Developer Resources</ a > </ li >
38+ < li > < a href ="{{ '/changelog/' | relative_url }} " class ="nav-link {% if page.url == '/changelog/' %}active{% endif %} "> Changelog</ a > </ li >
3739 < li > < a href ="https://tap.rsvp " class ="nav-link " target ="_blank "> TAP Homepage</ a > </ li >
3840 </ ul >
3941 </ div >
Original file line number Diff line number Diff line change 11---
22layout : default
33title : Developer Resources
4+ permalink : /developers/
45---
56
67# Developer Resources
You can’t perform that action at this time.
0 commit comments