mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update CHANGELOG.
This commit is contained in:
		| @@ -1,6 +1,11 @@ | ||||
| # Changelog | ||||
| All notable changes to this project will be documented in this file. | ||||
|  | ||||
| ## ??? - Unreleased | ||||
| - Add `ev/thread` for combining threading with the event loop. | ||||
| - Add `ev/do-thread` to make `ev/thread` easier to use. | ||||
| - Automatically set supervisor channel in `net/accept-loop` and `net/server` correctly. | ||||
|  | ||||
| ## 1.14.1 - 2021-01-18 | ||||
| - Add `doc-of` for reverse documentation lookup. | ||||
| - Add `ev/give-supervsior` to send a message to the supervising channel. | ||||
|   | ||||
| @@ -5,9 +5,9 @@ | ||||
|  | ||||
| #define JANET_VERSION_MAJOR 1 | ||||
| #define JANET_VERSION_MINOR 14 | ||||
| #define JANET_VERSION_PATCH 1 | ||||
| #define JANET_VERSION_EXTRA "" | ||||
| #define JANET_VERSION "1.14.1" | ||||
| #define JANET_VERSION_PATCH 2 | ||||
| #define JANET_VERSION_EXTRA "-dev" | ||||
| #define JANET_VERSION "1.14.2-dev" | ||||
|  | ||||
| /* #define JANET_BUILD "local" */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose